kingsgambit
Registered User.
- Local time
- Today, 21:57
- Joined
- May 27, 2001
- Messages
- 134
I am building a database for a small IT company so they can enter records for tip and tricks on how to fix things. They enter a record by selecting a Category,Subject,Topic then enter the details.I have build a search form so they can lookup any record. They want to be able to have a tickbox on the new record entry form that will say "Private" so only certain people can view it i.e ftp details of clients.
I am told I need a global variable, so that a query could check who is logged on against the record to see if they are allowed to view it, if not Msg "No Access".
I don't know anything about variables or how to produce a query that will check these things, can anybody help me. Show me in simple steps please
I am told I need a global variable, so that a query could check who is logged on against the record to see if they are allowed to view it, if not Msg "No Access".
I don't know anything about variables or how to produce a query that will check these things, can anybody help me. Show me in simple steps please