Add Query to Report

  • Thread starter Thread starter Access dummy
  • Start date Start date
A

Access dummy

Guest
I have created a report from one table. After working with the report, I have found that I need to add information from several different queries. When I added the link to the report, it returns #Error.

Please help!!
 
You have three options:

1. Use subreports to show the data from the additional queries.
2. If the data is related on an appropriate foreign key, join all the queries and use the new query as the report's recordsource.
3. Use DLookup() to obtain the data from the additional queries.
 

Users who are viewing this thread

Back
Top Bottom