I want to create a logon - witch several list and other fields should be dependent on - f.eks. the list should only show the records that is relevant to who ever is loged on.
Vague question however check out help for "CurrentUser()":
If CurrentUser() = "Gord" Then
Application.Quit
End if
In queries: in the criteria for perhaps employee "first name": CurrentUser()
You could get very fancy with this working instead from workgroup information but I think this is a good start for you! Gord
ghubbell@total.net
Form my experience, using individuals (CurrentUser))) requires to much efort. Essientially, each access needs to crosschecked to the individual. When the number of individuals gets to be more than a VERY few, the maintenance overhead is more than what is required to set up the workgroup security and assign individuals to groups.
MichaelRed
redmsp@erols.com
There is never time to do it right but there is always time to do it over
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.