How to pring a report from a query that has mult. tables?

  • Thread starter Thread starter D.Gilhuly
  • Start date Start date
D

D.Gilhuly

I am trying to pring a report from a query. The query filters in four
tables, one of the tables has the same name in the with multiple anwers. I
am trying the print all the answers with the same name.
 
D.Gilhuly said:
I am trying to pring a report from a query. The query filters in four
tables, one of the tables has the same name in the with multiple anwers. I
am trying the print all the answers with the same name.


Most likely you can use Sorting and Grouping (View menu) to
group on the name field. You might want to put the name
text box in the group header section. Put the answer fields
in the detail section.
 
Back
Top