AngelicaMiranda
Registered User.
- Local time
- Today, 21:08
- 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
I used this code
Me.gender.Enabled = False
but is there any much easier than that?
Thanks in advance