automating a filter on a form

M

Mark

I have written a data base to keep our data about 3 work
shifts. I want to automate the employee form so that only
the second shift sup will see his people and so on.
Thanks for any help
 
J

Jim McDonald

Hi Mark..
If you make the users sign on via MDW (see security help) you can look up
`who is signed in with currentuser. Then simply filter the records on
"Sup=" & chr(13) & currentuser & chr(13) where the sup field in the record
is set to whatever they sign in as (eg "Sup1"
 
M

Mark

Thank you I will try that.
-----Original Message-----
Hi Mark..
If you make the users sign on via MDW (see security help) you can look up
`who is signed in with currentuser. Then simply filter the records on
"Sup=" & chr(13) & currentuser & chr(13) where the sup field in the record
is set to whatever they sign in as (eg "Sup1"



.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top