I have a form with a subform.
The main form has an unbound combo text box with a pull down menu.
The link between the form and the subform has already been established.
When certain data in the subform is updated, I would like the combo box value to change from one value to another,when the form is opened the next time. I am told this can be done using an update query on the subform’s underlying table. Problem is I don’t know how to refer the main form’s combo box in the criteria portion of the update query(if that’s the way to go!).
Can I use the subform’s filter property to write what I need it to look for?
I appreciate all the help I can get with this?
Thanks
Sam
The main form has an unbound combo text box with a pull down menu.
The link between the form and the subform has already been established.
When certain data in the subform is updated, I would like the combo box value to change from one value to another,when the form is opened the next time. I am told this can be done using an update query on the subform’s underlying table. Problem is I don’t know how to refer the main form’s combo box in the criteria portion of the update query(if that’s the way to go!).
Can I use the subform’s filter property to write what I need it to look for?
I appreciate all the help I can get with this?
Thanks
Sam