J
jtertin
I have a form with a Record Set of "TableA", which has a primary key
of "ID"
I also have a drop down box which is populated by querying "TableA" -
it's Bound Column property is set to column "ID".
I have a couple of other controls on the form (which are refreshed
after the drop down is changed) with their Control Sources bound to
other columns of "TableA".
Question:
Is there a way to use the value of the drop down box to "select" the
corresponding record in the form's Record Set so that it's other
column data (displayed in the other controls) is updated on the form
with their Control Sources bound to "TableA"?
of "ID"
I also have a drop down box which is populated by querying "TableA" -
it's Bound Column property is set to column "ID".
I have a couple of other controls on the form (which are refreshed
after the drop down is changed) with their Control Sources bound to
other columns of "TableA".
Question:
Is there a way to use the value of the drop down box to "select" the
corresponding record in the form's Record Set so that it's other
column data (displayed in the other controls) is updated on the form
with their Control Sources bound to "TableA"?