G Geoff Codd Registered User. Local time Today, 15:34 Joined Mar 6, 2002 Messages 190 Apr 1, 2002 #1 I'm looking for a piece of code that will enable all fields and controls on my main form and subform. Thanks in advance
I'm looking for a piece of code that will enable all fields and controls on my main form and subform. Thanks in advance
R Rich Guest Apr 1, 2002 #2 Me.Form.AllowEdits=False/True etc is going to be more efficient/reliable than looping through controls. HTH
Me.Form.AllowEdits=False/True etc is going to be more efficient/reliable than looping through controls. HTH
G Geoff Codd Registered User. Local time Today, 15:34 Joined Mar 6, 2002 Messages 190 Apr 1, 2002 #3 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
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
R Rich Guest Apr 1, 2002 #4 There have been many posts regarding this method, here's just one http://www.access-programmers.co.uk/ubb/Forum7/HTML/002844.html
There have been many posts regarding this method, here's just one http://www.access-programmers.co.uk/ubb/Forum7/HTML/002844.html