How To Restrict the User From Entering Data in a Combo Box Control?
Good Day:
I am using VB.NET 2005. How do I restrict the user from entering data in a combo box control? In other words, I want to allow the user to only make a selection from the combo box and not be able to type an entry in the combo box.
The original question was, "How To Restrict the User From Entering Data in a Combo Box Control?", that was posted in the .Net thread. You can not restrict what a user types in a .Net program by setting some parameter in Access.