Hi,
I'm creating an adp project in access for a my customer.
Customer's network configuration is:
Server:
Windows Server 2003 Small Business Server
SQL Server 2000
Clients:
10 and more clients running Windows XP Professional SP2 integrated in Active Directory
Microsoft Access 2000
The database is stored in SQL Server.
SQL Authentication is based on Windows Authentication.
I've this problem:
Every employee of the same level have privileges to read and write to a specific table, but i don't want that an employee read or write records within that table created by other employees.
table has this structure:
TABLE(username, field1, field2,...)
the question is :
It is possible to filter records by a specific employee?
I would be that an employee can view only the records he created when he open the adp project in his microsoft access 2000.
I figure out the adp project recognizes at startup the employee and than filters the table by his active directory username.
If it is possibile, is there a VBA function that retrieves current username who have logged in?
Thanks, al
I'm creating an adp project in access for a my customer.
Customer's network configuration is:
Server:
Windows Server 2003 Small Business Server
SQL Server 2000
Clients:
10 and more clients running Windows XP Professional SP2 integrated in Active Directory
Microsoft Access 2000
The database is stored in SQL Server.
SQL Authentication is based on Windows Authentication.
I've this problem:
Every employee of the same level have privileges to read and write to a specific table, but i don't want that an employee read or write records within that table created by other employees.
table has this structure:
TABLE(username, field1, field2,...)
the question is :
It is possible to filter records by a specific employee?
I would be that an employee can view only the records he created when he open the adp project in his microsoft access 2000.
I figure out the adp project recognizes at startup the employee and than filters the table by his active directory username.
If it is possibile, is there a VBA function that retrieves current username who have logged in?
Thanks, al