B
Bill H.
I have a form that contains one subform, called Frm_Expense_subform.
On the main (parent) form I have a combo box. When a user makes a
selection from the combo box, I want to update the rowsource property of
fldComboBox on the Frm_Expense_subform with a particular SQL string (which I
build based on the main form combo box).
How do I "transfer" the strSQL from the main form to the rowsource of a
combo box on the subform?
Thanks.
On the main (parent) form I have a combo box. When a user makes a
selection from the combo box, I want to update the rowsource property of
fldComboBox on the Frm_Expense_subform with a particular SQL string (which I
build based on the main form combo box).
How do I "transfer" the strSQL from the main form to the rowsource of a
combo box on the subform?
Thanks.