Enable all fields and controls

Geoff Codd

Registered User.
Local time
Today, 15:34
Joined
Mar 6, 2002
Messages
190
I'm looking for a piece of code that will enable all fields and controls on my main form and subform.

Thanks in advance
 
Me.Form.AllowEdits=False/True etc is going to be more efficient/reliable than looping through controls.
HTH
 
The problem I have is that some controls are visible some are locked and others are not enabled. and I just wanted a quick way to open form and set all controls visible all unlocked and all enabled.

if you do have any ideas let me know
thanks
geoff
 

Users who are viewing this thread

Back
Top Bottom