 |
JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1617
|
Re: Access 2002 VB problem... Archived to Disk
Offhand, you could try storing the variables, and other information that you need from the first form into: 1) a table, 2) variables. (ie. table name to open, ID of person, et cetera)
Then in the next form, you can just access the new table (or variables) and use them, instead of the references to the master form.
Although, you could possibly just hide the master form, then make it visible again when needed - leaving the code as is otherwise.
|
|
11-04-2002 at 04:47 PM |
|
|
|
|
 |
 |