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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Date Range

Status
Not open for further replies.

GeneN24

IS-IT--Management
May 1, 2003
17
US
When running a report with a date range (minimum date and maximum date)how can I have the dates displayed match the ones I entered instead of listing the date of the first and last record. Maybe I did not describe my problem well.

Any help would be appreciated.
 
To display the date range use:

totext(minimum({?dateparm}))+" to " + totext(maximum({?dateparm}))

There are options for the totext function to alter how it's displayed (month names, etc.), check the help file for totext.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top