problem creating report

  • Thread starter Thread starter Stephen
  • Start date Start date
S

Stephen

I have 15 working forms from 2 diferant colums from one table

what I want is to run each query on its own line of a report with 4
calculations at the end

I can select 1 query and produce the first line but how do I move to
second line and query?

thanks
 
This is a really unusual question. What do your forms and columns have to do
with your queries and report?

A report can have only one record source. This record source could be a
union query. You can also use subreports to display additional queries.
 
Duane said:
This is a really unusual question. What do your forms and columns have to do
with your queries and report?

A report can have only one record source. This record source could be a
union query. You can also use subreports to display additional queries.
thank you
 
Back
Top