G
Guest
Hi,
I have a form with 3 combo boxes: combo_Category, combo_manufactorer and
combo_model.
I want the 3rd to be based on the other 2
The rowSource for the third combo is a query with the following criteria on
the matching fields
[טפסי×]![frm_cars]![combo_Category]
[טפסי×]![frm_cars]![combo_Manufacturer]
I even put requery statement in afterApdate event
Why isn't it working?
When running the form, I get "fill parameter" popup
I have a form with 3 combo boxes: combo_Category, combo_manufactorer and
combo_model.
I want the 3rd to be based on the other 2
The rowSource for the third combo is a query with the following criteria on
the matching fields
[טפסי×]![frm_cars]![combo_Category]
[טפסי×]![frm_cars]![combo_Manufacturer]
I even put requery statement in afterApdate event
Why isn't it working?
When running the form, I get "fill parameter" popup