Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements

4 Posted Topics

Member Avatar for hyenakal

There are many ways, You could have a global variable in your second form to store which option was selected. Then just have a PUBLIC method in your second form called getSelected which returns your option public function getSelected() return selection end function then as long as you open the …

Member Avatar for ~Paul~
0
159
Member Avatar for JamesDT

Ok, so here's the problem: I have a database with tables made with Microsoft Access. I know how to connect to this databse, and retrieve information in the tables, and update the information in the tables. I was hoping someone could help me with the code for inserting new tables, …

Member Avatar for molze
0
112
Member Avatar for JamesDT

I am trying to create a new table in an Microsoft Access Database. I have already used Access to create a Database called "GRADEBOOK.MDB" I also have used Access to create a couple Tables in the Database. I would like to use VB2005 to create new tables and update columns …

Member Avatar for PVBert
0
118
Member Avatar for JamesDT

I'm using the free Microsoft Visual Basic 2005 Express Edition My problem: I have a main form with my options (save, open, etc). I have a form to handle my Open (I'm opening multiple data-tables) and use a masterList.txt to keep track of my current data-tables, and display them in …

Member Avatar for PVBert
0
110

The End.