C
Clyde
Using Access 2007
As for back as Access 97 I have designed reports with the PageHeader section
containing the Master data and the Detail Section containing the Child data.
And a PageFooter containing more Master Data.
Trying to do a similar report now (Quotes in the PageHeader and Quote Items
in the Detail section) think Order and Order Items if you want.
Linking fields are QuoteNum in both.
Opening this report in report view has ex: QuoteNum 5000 and its data in the
PageHeader (as expected) but the Detail Section contains repeating lines of
QuoteNum 5000 items. Thirty repeats and then the PageFooter.
The link should be correct, the tables are related by QuoteNum. And both
queries for the report have the Number
I am pretty sure the link works because DoCmd OpenReport with a Where clause
of QuoteNum = "5000" will open the report as expected.
Am I missing something easy?
Pardon the wordiness.
Clyde
As for back as Access 97 I have designed reports with the PageHeader section
containing the Master data and the Detail Section containing the Child data.
And a PageFooter containing more Master Data.
Trying to do a similar report now (Quotes in the PageHeader and Quote Items
in the Detail section) think Order and Order Items if you want.
Linking fields are QuoteNum in both.
Opening this report in report view has ex: QuoteNum 5000 and its data in the
PageHeader (as expected) but the Detail Section contains repeating lines of
QuoteNum 5000 items. Thirty repeats and then the PageFooter.
The link should be correct, the tables are related by QuoteNum. And both
queries for the report have the Number
I am pretty sure the link works because DoCmd OpenReport with a Where clause
of QuoteNum = "5000" will open the report as expected.
Am I missing something easy?
Pardon the wordiness.
Clyde