Limit Access to Certain Fields on a Form

smaumau

Registered User.
Local time
Today, 04:38
Joined
Feb 23, 2006
Messages
32
Is there a way to limit access to certain fields in a form without creating an additional form?
 
Clarification

Allow certain users to have access to a field while others can't.
 
In the load event of the form, test the user and set the desired controls to locked/disabled/hidden as desired. I'd probably create the form with them locked or whatever, and unlock them for the appropriate users.
 

Users who are viewing this thread

Back
Top Bottom