Locking fields per User in a Multiuser Database

S

SueW

How can I lock specific fields to read-only per user? Staff member A can
read budget, but not make any edits. Staff member B can read and edit budget
data.
 
J

Jerry Whittle

Implement User Level Security. Not fun nor easy. Also it won't work with the
Access 2007 .accdb file format.
 
D

De Jager

SueW said:
How can I lock specific fields to read-only per user? Staff member A can
read budget, but not make any edits. Staff member B can read and edit
budget
data.
 
Top