Update and Navigation

Drunkenneo

Registered User.
Local time
Tomorrow, 00:28
Joined
Jun 4, 2013
Messages
192
Hiya, I have made a database for data entry, currently i have a challenge of getting it update and navigate.

On the form if the staff name is xyz it should only shows the records filled by xyz in form and navigate that records only. I am attaching the data base also, reply will be a great help....:banghead:
 

Attachments

Are you storing who creates each Record?
How are you achieving this?

If you store who created the record using
ENVIRON("USERNAME") then you can create a Query that returns just records with the Criteria of the given logged in User.
 
yes, i am storing username too, but could you be more specific for what u mentioned..
 
yes, i am storing the username, Please elaborate what you mentioned in the line above.
 

Users who are viewing this thread

Back
Top Bottom