Hi.
I have a report that uses two tables:
tblRequestedInformation
tblNewCustomers
My two tables are linked by a PN number:
tblRequestedInformation.PN
tblNewCustomers.PN
The details section of my report breaks down the [/i]tblRequestedInformation[/i] by tblRequestedInformation.HowHeard and tblRequestedInformation.Specific. I then have an (*) added next to the records from tblRequestedInformation that also appear in tblNewCustomers.
I have a count of records with an (*) at in the report footer but I need to add a count of the total number of records in the tblNewCustomers. I tried to insert a count by tblNewCustomers.PN but it causes my details section to go from 8 pages to over 2,000. I don't want this info added anywhere else in my report - just the count in the footer. Is there a way to add this count without it effecting the rest of my report?
Thank you in advance for your help,
Staci
I have a report that uses two tables:
tblRequestedInformation
tblNewCustomers
My two tables are linked by a PN number:
tblRequestedInformation.PN
tblNewCustomers.PN
The details section of my report breaks down the [/i]tblRequestedInformation[/i] by tblRequestedInformation.HowHeard and tblRequestedInformation.Specific. I then have an (*) added next to the records from tblRequestedInformation that also appear in tblNewCustomers.
I have a count of records with an (*) at in the report footer but I need to add a count of the total number of records in the tblNewCustomers. I tried to insert a count by tblNewCustomers.PN but it causes my details section to go from 8 pages to over 2,000. I don't want this info added anywhere else in my report - just the count in the footer. Is there a way to add this count without it effecting the rest of my report?
Thank you in advance for your help,
Staci