I am sure there is a simple answer but I can't find it anywhere...
I have a simple select query that tells me which tool we need to work on next.
I have a button that opens the work order form. I want the button to open the form to the first tagNo on the query.
An important thing to know is that this process will be used by several different technicians, quite possibly at the same time (each user will have a front-end copy on their desktop of course). How do I make the form always open to the next tag in line but never open the same tag number to different technicians?
Do I need to create a recordset for this to happen or is it simply a Where Condition on form open?
Thank you!