Required field for combo box

toytoy

Well-known member
Joined
Jul 16, 2004
Messages
46
Programming Experience
1-3
Hi

Is there a way to make sure that some combo box is a required field to key in and some not....

At the same time, it can be send to display into the textbox..

Thanks
 
well you can check it to see if an item is selected or something is typed in such as combobox1.selectedindex <> -1 or combobox1.text <> "" is that what you mean?
 
Back
Top