I'd like to put a combo onto a page of a tab control on frmMenu, select a combo item and run a report for it.
I'm using forms!frmMenu.cboType as the criterion for the report's query source qryAddressesByType, but it comes back with error 'can't find the object qryAddressesByType'.
There's a different error message if trying to run the query directly, where it says 'Enter Parameter Value, asking for Forms!frmManu.cboType.
Searching for an explanation a Microsoft source says all objects on a tab page are like any elsewhere and to reference them the same way. What am I missing?