Hello,
I am building an Access Database that uses one table and two forms.
One user puts part of the information into one form as a request to be completed and another user opens their version of a form that allows them to "complete" the request by putting in their information.
I have split the database and sent all users the front end while I maintained the back end within a shared file. all updates are working just fine.
The issue that I am having is that when the second user opens the second form, the form always opens to the first record. What I want it to do is open to the first record that has a null in a specific field (the next request that I want them to process). If anyone can help me figure this out, it would be really appreciated.
I am building an Access Database that uses one table and two forms.
One user puts part of the information into one form as a request to be completed and another user opens their version of a form that allows them to "complete" the request by putting in their information.
I have split the database and sent all users the front end while I maintained the back end within a shared file. all updates are working just fine.
The issue that I am having is that when the second user opens the second form, the form always opens to the first record. What I want it to do is open to the first record that has a null in a specific field (the next request that I want them to process). If anyone can help me figure this out, it would be really appreciated.
Comment