Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to print the first and last records' <date> on the Report title 1

Status
Not open for further replies.

rleyba828

Technical User
Sep 29, 2004
53
US
I want to create a report with a title like " Network access from 10 January to 15 January 2008." with the start and end dates dynamically pulled in from the <date> field of the first record and last record of the report, respectively.

I tried playing with whileprintingrecords and whilereadingrecrods, but can't get any luck.

Thanks in advance.
 
From "+totext(minimum({table.date}),"dd MMMM yyyy")+" to "+ totext(maximum({table.date}),"dd MMMM yyyy")

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top