sudhirhinduja
Registered User.
- Local time
- Today, 06:15
- Joined
- Aug 17, 2004
- Messages
- 41
Hi,
I have implemented an editable multi-user database which has no additions/deletions to it. It has a form based off a query.That form has a button NextToDo. On clicking this button, a macro starts which runs a requery as the first step and gotoRecord Next as the second step.
Problem is many times two or more users are opening the same record. So I need some way to goto the next unlocked record.
I tried putting a dummy checkbox and setting it to Yes in the form's onCurrent event but I'm not sure why it's not working.
Please help.
Thanks,
Sudhir.
I have implemented an editable multi-user database which has no additions/deletions to it. It has a form based off a query.That form has a button NextToDo. On clicking this button, a macro starts which runs a requery as the first step and gotoRecord Next as the second step.
Problem is many times two or more users are opening the same record. So I need some way to goto the next unlocked record.
I tried putting a dummy checkbox and setting it to Yes in the form's onCurrent event but I'm not sure why it's not working.
Please help.
Thanks,
Sudhir.