Temporary Varialbe Not Found

  • Thread starter Thread starter MomO3
  • Start date Start date
M

MomO3

I am hoping somebody can help me with this. In the On Load event of my form I
use SetTempVar to set a variable ReallySave to False. If the user hits my
Save button, I set ReallySave to True.

In the Before Update Event, I evaluate [ReallySave]=True, but if the user
hasn't hit the "Save" button, I receive the error:
The Object Doesn't Contain the Automation Object 'ReallySave.'

What am I doing wrong?

Thanks for any help!
 
Back
Top