G
Guest
I am soo Stuck!
A nubie question: (I haven't programmed since VB 3)
I need to have 2 or more users cycle through records in a table. Starting at
the first record until they reach the end Without Opening the same record.
I have a field in the table "LockedBy" with the default value of 0 to
indicate that the record is in use by a user..
The users are supposed to stay in a geographical area indicated by the field
Area
WHERE LockedBy = 0 and Area = 1
Question:
What is the best way to have all users working from the same table move down
to the next record Where LockedBy = 0
A nubie question: (I haven't programmed since VB 3)
I need to have 2 or more users cycle through records in a table. Starting at
the first record until they reach the end Without Opening the same record.
I have a field in the table "LockedBy" with the default value of 0 to
indicate that the record is in use by a user..
The users are supposed to stay in a geographical area indicated by the field
Area
WHERE LockedBy = 0 and Area = 1
Question:
What is the best way to have all users working from the same table move down
to the next record Where LockedBy = 0