Hi again.
I am trying to figure out how to make sure that a value has been
selected from a combobox on a form. I have tried using
isnull(combobox name.text) and
isempty(combobo xname.text)and isnull(combobox name.value) in the onexit
event but I cannot get it to work.
basically the combo contains a value list of possible salutations(e.g .
Mr., mrs., etc.) and I want to be sure that the user chooses one of the
salutations before they can do anything else.
thank you
Colin
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Comment