AidanEnos
MIS
- Dec 11, 2000
- 189
Ok,
I have a report, EndUserReport - recordsource is EndUserQuery
If I make the criteria [Enter CustomerIdentifier] then a data entry box will appear so the user can enter the CustomerIdentifier and that will satisfy the query and run the report.
Instead of Typing the CustomerIdentifier, I'd like that dta entry box to appear as a combo box that can pull data from EITHER an existing Query called "customerstablequery" (that I use to populate the combo box on frm Main), OR it can get the list from CustomersTable, CustomerIDentifier field.
I have a report, EndUserReport - recordsource is EndUserQuery
If I make the criteria [Enter CustomerIdentifier] then a data entry box will appear so the user can enter the CustomerIdentifier and that will satisfy the query and run the report.
Instead of Typing the CustomerIdentifier, I'd like that dta entry box to appear as a combo box that can pull data from EITHER an existing Query called "customerstablequery" (that I use to populate the combo box on frm Main), OR it can get the list from CustomersTable, CustomerIDentifier field.