Guest_imported
New member
- Jan 1, 1970
- 0
Can anyone please provide a brief example of the correct method for using LOAD and UNLOAD. I'm trying to load a form into memory and have it display when certain conditions are met. I used the example in the MS Access help file, but it didn't work. The code crashes right at the line containing the LOAD command. The code that I used is as follows:
LOAD "MsgForm"
MsgForm.Show
The code never gets past the LOAD statement.
LOAD "MsgForm"
MsgForm.Show
The code never gets past the LOAD statement.