K kirky007 Registered User. Local time Today, 08:36 Joined Aug 22, 2005 Messages 24 Aug 22, 2005 #1 How do you make all the labels in your form read-only unless the user clicks edit form or add new record? Andy
How do you make all the labels in your form read-only unless the user clicks edit form or add new record? Andy
E ejstefl Registered User. Local time Today, 08:36 Joined Jan 28, 2002 Messages 378 Aug 22, 2005 #2 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.
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.
K kirky007 Registered User. Local time Today, 08:36 Joined Aug 22, 2005 Messages 24 Aug 22, 2005 #3 Have just worked it out....cheers ejstefl