AshikHusein
Registered User.
- Local time
- Today, 09:13
- Joined
- Feb 7, 2003
- Messages
- 147
I need help with some Visual basic code for a multi user environment.
There will be about 20 user updating data using a form linked to a table. (so effectively tha table will be getting updated).
There will be pessimmistic locking used while they are working on the table updates through the form, from their respective terminals.
I would like to know the jist of Visual Basic code which does the following:
Whem the form is opened, it should take the user to a record which is either not locked or a certain field in the record (say Field1) has not been filled.
So effectively, when the user opens the form, it should take her/him thru the records and stop at a record which is not locked or Field1 not updated.
After the user updates that record ot should take the user to the next record which meets the above criteria:
I am aware that there is a recordlocks property but am unsure as to how to use it.
Would appreciate help from this truly great ACCESS forum!!
There will be about 20 user updating data using a form linked to a table. (so effectively tha table will be getting updated).
There will be pessimmistic locking used while they are working on the table updates through the form, from their respective terminals.
I would like to know the jist of Visual Basic code which does the following:
Whem the form is opened, it should take the user to a record which is either not locked or a certain field in the record (say Field1) has not been filled.
So effectively, when the user opens the form, it should take her/him thru the records and stop at a record which is not locked or Field1 not updated.
After the user updates that record ot should take the user to the next record which meets the above criteria:
I am aware that there is a recordlocks property but am unsure as to how to use it.
Would appreciate help from this truly great ACCESS forum!!