Since a combo box can only have one item selected, you can simply check the
value of the combo box. If you need to retrieve something other than the
bound field, incorporte the Combo's Column property in the retrieval.
If you were working with a multi-select List box, you'd have to write a
function that would loop through the ItemsSelected collection and make
additions to an array or concatenated string.
Here's what I'm trying to do. After a user entered a value into a textbox,
that value would be trapped and check if it is already present in a table
column. If it is, a message would pop up to inform the user.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.