Changing a control's value on a subform

E

Emmweb

I have a form with a combo box where the user can select a budget year and
then a subform on which the user can enter voucher information for that
budget year.

I have one control in the subform which is a combo box with a query for it's
control source. The query populates the box with possible options, based on
the budget year.

What I need is for the combo box on the subform to requery when the budget
year on the parent form is changed, but I cannot figure out how to refer to
the subform's control from the parent form's Budget_Year_Change.

Any help is greatly appreciated.
 
E

Emmweb

Doh! I knew it had to be something simple that was escaping me. Thanks so much!
Emma
 
Top