uneditable textbox

AngelicaMiranda

Registered User.
Local time
Today, 10:20
Joined
Nov 30, 2011
Messages
20
forms with 10 textboxes and 1 combo box, in combo box, i can choose the name listed on my table and automatically shows up the profile of that person, but it shouldn't be editable...should I declare it false? but what is the right code for that?

I used this code
Me.gender.Enabled = False

but is there any much easier than that?

Thanks in advance
 
Look in the Property Sheet of the textboxes and change the Locked property to Yes.
 

Users who are viewing this thread

Back
Top Bottom