Report grouped by customer info with two subreports????

  • Thread starter andrew v via AccessMonster.com
  • Start date
A

andrew v via AccessMonster.com

I have three tables: tblCustomerInfo, tblAssessments, tblOrientation. i am
able to create a report combining the customer info and assessments as a
customer history report. however, now i would also like to put the
orientation information in the report as well. the assessments and
orientation would be in datasheet view.

the customer info is a one to many to the other two tables with the
customer id as the PK.

is this possible???
 
D

Duane Hookom

The answer appears in your subject line "...subreports". You could use
either one or two subreports with your main report based on two or one
tables.
 
Top