Querying fields in a tabbed form.

R

Richard Horne

I have a query which refers to three combo boxes on a form. When the forms
are standalone forms the query works.

However, I have since moved the forms into a sub-form of a tabbed page. How
do I now refer to the combo boxes from my query?

My original query points to: [Forms]![Orders_By_Customer]![Combo0]

My tabbed form is called Orders_Tabbed_Menu, I have tried

[Forms]![Orders_Tabbed_Menu]![Orders_By_Customer]![Combo0]

but this does not work.
 
Top