T
TRose
I have a form with two layers of subforms, the 2nd of which includes a combo
box whose data is based upon a selection in the main form. I'm having
trouble getting the data in the combo box to update when the record on the
main form changes, having tried various combinations of macros, controls and
properties without success. Currently, I have a message box macro attached
to the On Change property of the main form that asks the user to go to the
combo box in the sub sub form and hit "F9" which requeries the data. This
works, but I can't figure out how to get this to occur automatically.
For example, using Northwind terminology, let's say that a customer can only
purchase certain products, but your products are grouped by category. You
select the customer's name on the main form and then the category on the sub
form, but the combo box to select the individual product isn't filtered to
those that the customer can purchase.
This may not be the best description of what my problem is, but I'd
appreciate any suggestions that you may have.
box whose data is based upon a selection in the main form. I'm having
trouble getting the data in the combo box to update when the record on the
main form changes, having tried various combinations of macros, controls and
properties without success. Currently, I have a message box macro attached
to the On Change property of the main form that asks the user to go to the
combo box in the sub sub form and hit "F9" which requeries the data. This
works, but I can't figure out how to get this to occur automatically.
For example, using Northwind terminology, let's say that a customer can only
purchase certain products, but your products are grouped by category. You
select the customer's name on the main form and then the category on the sub
form, but the combo box to select the individual product isn't filtered to
those that the customer can purchase.
This may not be the best description of what my problem is, but I'd
appreciate any suggestions that you may have.