Synchronizing text boxes with a ComboBox

B

BC

I have created a form whose Record Source consists of fields from two
tables which are linked by a one to many relationship.
I have a ComboBox who's Row Source is the field that ties the the two
tables together for the 'one' of the 'one to many' of the relationship.
I also have two TextBoxes that are tied to other fields in the same
database as is the ComboBox.
Shen I scroll through the ComboBox, I wanted the data in the TextBoxes
to change with it(displaying the contents of those fields on the same
row) ... they do not.

Should I be able to do this ???
 

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