Dylan has attended:
Access VBA course
Queries and reports
I am creating a report but need 'values' that have been returned from more than one query (4 in fact). When I try and create a query from the 4 different queries and use this for my report it doesn't work? Any help would be welcomed. Many thanks
RE: queries and reports
Hi Dylan,
I would suggest collecting the results of the 4 queries together using a combination of first a Maketable and then Append Queries.
Once the query results are gathered together in a table, then a report can be created based on this new table.
Regards