Form read only unless..

kirky007

Registered User.
Local time
Today, 08:36
Joined
Aug 22, 2005
Messages
24
How do you make all the labels in your form read-only unless the user clicks edit form or add new record?

Andy
 
You can set the Allow Edits property of the form to "False." Then, create a command button that sets this property to "True" that the user clicks on to edit the record.
 
Have just worked it out....cheers ejstefl
 

Users who are viewing this thread

Back
Top Bottom