cancel combobox update

  • Thread starter Patrick McGuire
  • Start date
P

Patrick McGuire

I have an unbound ComboBox whose RowSource is a SQL
query. I'm PRETTY sure that the values in the pulldown
list are all valid, but I want to trap any errors that
might arise from invalid selections. Unfortunately,
canceling the update using the BeforeUpdate event doesn't
seem to work (i.e. the OldValue doesn't actually equal
the last valid selection). I suspect that this is
because the ComboBox is unbound. Any suggestions?

Thanks,

Pat
 

Ask a Question

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.

Ask a Question

Top