JpSkyPilot
Registered User.
- Local time
- Today, 11:20
- Joined
- Feb 23, 2012
- Messages
- 20
Hi.
I've built a program in Access 2010 for vehicles. I am using the Navigation Form to switch between forms in the database.
There is a form for editing a vehicle's information and I only want one operator at a time to be allowed to edit that info.
When an operator one clicks on the form, I can put that fact in an "In Use" table that an operator is using the form. So, when anyone clicks that button on their screen, it will check "In Use" to see if anyone is using that form. If so, it will not allow the second person access the form until the first person finishes and leaves the form.
However, how do I remove the operator one's info from the "In Use" table? If I am using the Navigation Form, the "Unload" event does not seem to fire.....if so, I could then take that operator's info out of the "In Use" table for that form...and the next person can get into it if they need to...
What event fires (if any) when operator one moves to a different form? (they click another button on the navigation form).... The program has about 50 navigation buttons and I cannot put a procedure in each one of them to allow for every possible combination
Hope this makes sense...any assistance and/or suggestion would be appreciated.
JpSkyPilot
I've built a program in Access 2010 for vehicles. I am using the Navigation Form to switch between forms in the database.
There is a form for editing a vehicle's information and I only want one operator at a time to be allowed to edit that info.
When an operator one clicks on the form, I can put that fact in an "In Use" table that an operator is using the form. So, when anyone clicks that button on their screen, it will check "In Use" to see if anyone is using that form. If so, it will not allow the second person access the form until the first person finishes and leaves the form.
However, how do I remove the operator one's info from the "In Use" table? If I am using the Navigation Form, the "Unload" event does not seem to fire.....if so, I could then take that operator's info out of the "In Use" table for that form...and the next person can get into it if they need to...
What event fires (if any) when operator one moves to a different form? (they click another button on the navigation form).... The program has about 50 navigation buttons and I cannot put a procedure in each one of them to allow for every possible combination

Hope this makes sense...any assistance and/or suggestion would be appreciated.
JpSkyPilot