Populate a Combo Box

  • Thread starter Thread starter David W
  • Start date Start date
D

David W

is there a way to populate a combo box's row source using a form.

This combo box is in the second subform.
The data I am wanting to pick is from the first subform in 1 field. The
first subform is in continuious form.

Can this be done?
 
I got it
make a query, set its criteria to the record on the form
Set the row source through code
 
Back
Top