Looking up exisiting records

homeguard

Registered User.
Local time
Today, 09:47
Joined
Feb 14, 2007
Messages
35
Im trying to make a PO database where people can enter, submit, and approve orders. I'm having trouble allowing a user to start a record and then return back to it when they want to finish it. How would you allow a user to look up an existing record so they can edit them?
 
You could apply a filter to the form where the records are located, taking into account that it's not only a data entry form.

So, you have a search from, they enter the record number (or PK or another significant identifier that they know) and it opens up another form that's filter is the query that was created with the first form...
 
nm i found it, thanks
 
Last edited:

Users who are viewing this thread

Back
Top Bottom