S smaumau Registered User. Local time Today, 04:38 Joined Feb 23, 2006 Messages 32 Jul 1, 2008 #1 Is there a way to limit access to certain fields in a form without creating an additional form?
S smaumau Registered User. Local time Today, 04:38 Joined Feb 23, 2006 Messages 32 Jul 1, 2008 #2 Clarification Allow certain users to have access to a field while others can't.
pbaldy Wino Moderator Staff member Local time Today, 04:38 Joined Aug 30, 2003 Messages 36,270 Jul 1, 2008 #3 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.
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.