Report using two queries

Sebastian

New member
Local time
Today, 20:20
Joined
Jun 12, 2006
Messages
5
Very simple question. I am trying to produce a report which combines data from two different queries. No problem at creating the report with one query. But when I try to add text boxes with referring to the second query I get '#error' in the output. I have been using the expression builder to produce the text boxes and obtain this sort of expression '[Query2]![CountOfDays]'
Any help gratefully received.
Sebastian
 
I think you will need to combine query 1 with query2 and make it one query.
Base you report on that combined query.
 

Users who are viewing this thread

Back
Top Bottom