N ngs88 Registered User. Local time Today, 06:38 Joined Aug 15, 2006 Messages 12 Aug 15, 2006 #1 On my data base I produce a report which gives a list of records based upon a query. How can I get it to print the number of records displayed at the footer
On my data base I produce a report which gives a list of records based upon a query. How can I get it to print the number of records displayed at the footer
N ngs88 Registered User. Local time Today, 06:38 Joined Aug 15, 2006 Messages 12 Aug 15, 2006 #3 Tried =Count(*) in an unbound text box in the report footer but it returns error
pbaldy Wino Moderator Staff member Local time Yesterday, 22:38 Joined Aug 30, 2003 Messages 36,267 Aug 16, 2006 #4 Are you sure it's in the report footer rather than the page footer? It will error in the page footer.
Are you sure it's in the report footer rather than the page footer? It will error in the page footer.
N ngs88 Registered User. Local time Today, 06:38 Joined Aug 15, 2006 Messages 12 Aug 17, 2006 #5 Well done Paul that did it thanks