thefourthwall
IS-IT--Management
I have a form for checking existing users' cell phone information, with 2 combo boxes used to search for either
a cell number or last name.
I want the fields (name/info/cell#, etc.) to be locked, and unlocked only after a record is selected from the combo box, or a command button has been clicked.
So I thought that code in the After Update event of the combo boxes like
for all the fields would work, with an "Edit" command button to unlock the fields.
Much of this is new to me, and want to know if there is a better way.
thanks
a cell number or last name.
I want the fields (name/info/cell#, etc.) to be locked, and unlocked only after a record is selected from the combo box, or a command button has been clicked.
So I thought that code in the After Update event of the combo boxes like
Code:
Me.UserLName.Locked = True
Much of this is new to me, and want to know if there is a better way.
thanks