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

Printing the latest updated record

Status
Not open for further replies.

kringli

MIS
Joined
Nov 19, 2007
Messages
10
Location
US
I am pulling gross margin information. There is a process we run that updates the costing information. If there is a change then a whole new record is created and both show up on my report. I only want the latest updated one. Any ideas??
 
If there is a date field, then go to report->selection formula->GROUP and enter:

{table.date} = maximum({table.date},{table.item})

...assuming you mean the cost info per some item, and that there is a group on item.

-LB
 
What if there isn't a date field? Do I just need to find a table that has one?
 
How do you know what the newest cost information is? If not by date, is there a number that is sequential?

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top