Lightlancer
Programmer
Hi there,
When a user logon into the database, his username is stored in a variable named:
this is stored in a VBA module.
When the database opens, and the user clicks on tasks, he will see everybody's tasks. but i want that he can only see his own tasks. How can this be done???
Also, the user administrator must see all tasks.
Thanks in advance
Lightlancer
When a user logon into the database, his username is stored in a variable named:
Code:
Public gstrDezeWerknemer As String
this is stored in a VBA module.
When the database opens, and the user clicks on tasks, he will see everybody's tasks. but i want that he can only see his own tasks. How can this be done???
Also, the user administrator must see all tasks.
Thanks in advance
Lightlancer