2 tables in a report

M

Mike Painter

Can I have 2 queries/tables in a report
No.
You can base your report on a table or a query but not on two of them at the
same time.
You could use dLookup to gather information from second table if needed.
 
Top