if statements

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two combo boxes. Both are linked to tables so as to allow me to add
more items to each list. Is there a way of setting up that when an item in
the fist box is selected then its corresponding item is selected in the
second combo box. I need to set this up on the current list I have. Does
not matter about the extra items that are going to be added to both lists.
 
Use the AfterUpdate event of the first combo box. Set the value of the
second in this event.
 

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