synchronizing several combo boxes on a form

D

David

Hi,
I used a combo box to show the value of a field obtained from a query.
(i.e. the data source is set to a query.)
I then added 2 other combo boxes, with the intent to capture two other
fields from the same query.
My question is: how do I get the 3 combo box to synchronize to the same
record each time the query is invoked via a change in one of the 3 combo
boxes.
If the solution should require a VBA procedure, can somebody show me how to
write one for this task?
Thanks.
David
 

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