Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Locking and Enabling fields and subforms.

Status
Not open for further replies.

bblekfeld

Programmer
Mar 9, 2004
49
US

I know it is possible to make enable and lock different fields programatically, but is it possible to lock or enable entire forms or subforms?

Basically, I have some data that I would like to have entered before the user is allowed to move about fields on other subforms on the main form.

 
Try it..

sfrmYourSubForm.Enabled = False


------------------------
Hit any User to continue
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top