I'm using Access 2007 and attempting to build a series of forms. As most of them will the same set of search criteria, I would like consolidate them to 1 form and use it as a sub form.
For example,
I have two forms frmParameters that contains combo-boxes, list boxes etc. One of the main forms, frmCapitalLaborReport, would have its own parameters and include frmParameters as a subform.
frmParameters uses a query qryGetCalendarPeriods to populate a listbox based on a change in the combo-box. frmParameters is completely independent of any other form.
When I test just frmParameters, both combo-box and list-box are populated. When I embed frmParameters in frmCapitalLaborReport, the query is unable to locate the combo box for its parameter.
Would appreciate your opinions/ideas