D
Dan Neely
I'm trying to pull the most recent versions of data from a history
table. Each row contains the item being modified, the date the change
was made, what the change was, and which user made it. For each item
being modified I want the most recent change, if I only have the
itemID and DateChanged columns in the query I can do it by enabling
the Total row in the query builder, and set the itemID to groupby and
dateChanged to Max. I also want to show the changeTypeID and UserID
fields for the change identified by the previous two fields, but none
of the options in the Total dropdown appear to be an ignore option.
The approach in the link below gave me a start, but there are columns
in my data that I want to display while ignoring in the groupby
command.
http://forums.aspfree.com/microsoft-access-help-18/querry-for-the-most-recent-date-18528.html
table. Each row contains the item being modified, the date the change
was made, what the change was, and which user made it. For each item
being modified I want the most recent change, if I only have the
itemID and DateChanged columns in the query I can do it by enabling
the Total row in the query builder, and set the itemID to groupby and
dateChanged to Max. I also want to show the changeTypeID and UserID
fields for the change identified by the previous two fields, but none
of the options in the Total dropdown appear to be an ignore option.
The approach in the link below gave me a start, but there are columns
in my data that I want to display while ignoring in the groupby
command.
http://forums.aspfree.com/microsoft-access-help-18/querry-for-the-most-recent-date-18528.html