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!

Suppressing Dates

Status
Not open for further replies.

jlp118

Programmer
Jul 23, 2001
28
US
I created a report that shows every customer that ever bought and every product that they bought on every date. I have the dates in ascending order. What I need is just the most recent date and to suppress every other date until it shows the next product. Then I need to show the most recent date for that product and so on and so on. Please help!!!

Thanks,
Jeff
 
if your grouping by product, try to use the max function on the dates, then move the max date up into the group by field. suppress the other dates.

HTH ;-)
 
Forgive me for sounding ignorant, but how do you use the max funcion?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top