I'm using Access 2003. I'm using a control button in a table (tblReport) to open a weekly report. The report has to run for four separate sites, all stored in tables together.
I can create a separate query and report for each site by changing this line in my query for each site:
I am adding a comboBox to tblReport so I can capture the site that the user wants to see. Do you know of a way to modify the SQL line in the query from the table before running it? I'm trying to reduce 4 queries and 4 reports to 1 query and 1 report.
Thanks,
Minchazo
I can create a separate query and report for each site by changing this line in my query for each site:
Code:
WHERE Site_Name="Site1"
Thanks,
Minchazo
Comment