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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Still need help making combo box read-only 1

Status
Not open for further replies.

nexus

Programmer
Jun 16, 1999
28
CA
the code I picked up doesn't quite work perfectly.<br>
<br>
What I want is a combo box that displays all the options, but doesn't allow the user to change any options. However, the user can still add a new option. I've tried the Before and After Update events, but I'm just not sure what the code would look like. TIA.
 
Combo Boxes have a property called &quot;LimitToList&quot; (on the Data Tab). You can set this to Yes or No.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top