What is the difference between the 'on load' and the 'on open' event of a form? This may not even be the right direction to take to solve my issue:
I have a frmMainMenu and I want to run a bit of code when the database is first opened (it opens to this form). I initially put the code on the 'on open' event, but then at any point, when the user clicks on any of the "Go To Main Menu" command buttons that I have in other places in the database, the code runs again.
Is there a better way to do this?
Anna Jaeger
iMIS Database Support
I have a frmMainMenu and I want to run a bit of code when the database is first opened (it opens to this form). I initially put the code on the 'on open' event, but then at any point, when the user clicks on any of the "Go To Main Menu" command buttons that I have in other places in the database, the code runs again.
Is there a better way to do this?
Anna Jaeger
iMIS Database Support