D
DavidSt
I have 2 tables that are linked via a one (TableA) to many (TableB)
relationship.
Lets say TableA has 50 records and TableB has 113 Records.
I have a report that uses a sum/count function such as:
=Sum([CountOfRecordsInTableA])
This works fine for counting the records in that table.
....In the same report page, I would like to include a similar count for
TableB.
When I link the two tables in the report query; the results always count the
total records (TableB) and I lose the accurate count for TableA.
Is there any way to do this?
relationship.
Lets say TableA has 50 records and TableB has 113 Records.
I have a report that uses a sum/count function such as:
=Sum([CountOfRecordsInTableA])
This works fine for counting the records in that table.
....In the same report page, I would like to include a similar count for
TableB.
When I link the two tables in the report query; the results always count the
total records (TableB) and I lose the accurate count for TableA.
Is there any way to do this?