message box to check value
How would I get a message box to check if a combobox has something in it,
after a command button is selected?
Example. I have a user form(entry) that draws data from a database
spreadsheet, it populates several textboxes, togglebuttons, and a couple
combo boxes. One of the comboboxes that doesn't get updated is ethnicity,
which the user has to select an ethnicity, of which there are several. At the
bottom of the userform is a command button that will put all of the data that
is in the user form, and place it in a form spreadsheet underneath it.
End state. What I would like to happen is that when the user clicks on the
command button "add data to underlying form", a message box pops up and tells
the user that "you forgot to select an ethnicity", and then stop the macro
associated with the commandbutton "add data to underlying form", if the user
forgot to select an ethnicity from the combobox.
Please help!
|