My main prg initiates my menu and the initial form of my application. I enter data on the form and save it to a table. From a menu option I then switch to a different form and release the 1st form. When I save the data from the 2nd form to a table, I receive an error that the form is not an object (even though it is on the screen and I am keying data on it).
If I switch back to the first form, without completing an action on the second, I can however enter data and save to the table.
What am I missing when I switch from the 1st to the 2nd form?
Hope this is clear. Thanks in advance for your help.
If I switch back to the first form, without completing an action on the second, I can however enter data and save to the table.
What am I missing when I switch from the 1st to the 2nd form?
Hope this is clear. Thanks in advance for your help.