password protected records

J

JJSMD

I have a DAP with records for diff. employees.
Is there any way I can have a diff. password for each employee, so that they
can only modify/edit data on their record but not on any other employees
record?

Thanks
Joe
[email protected]
 
J

Jim/Chris

Joe,

What I do us use the logon id to determine what records
the employee can see in a form based on a query. If they
can't see it they can't change it. The logon id is
referenced with the function currentuser(). If they must
see all records you could build more security and change
the form to read only based on ID

Jim
 
Top