One more question about Synchronizing Combo Boxes

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

I have the synchronization working for multiple combo
boxes thanks to several helping hands. I have 4 combo
boxes synchronized. If I fill all boxes in succesion, it
works ok. If I type something wrong and go back to 1st or
2nd box to change the values, the 3rd and 4rth boxes
could have bad data. How can I set it up if one combo box
is changed that the rest go blank and have to be filled in?
 
in each cbo box afterupdate event set the others that are
downstream of it = NULL
 

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

Similar Threads


Back
Top