adventurous1
Programmer
Oh boy...here's the latest problem for the access newbie.
My dataset has records that look like this:
Field RecordID Created User OldValue NewValue
status 6789 3/1/10 1:25:30 AM SVACS In Prog
status 6789 3/1/10 1:25:30 AM SVACS Accepted
status 6789 2/15/10 8:30:30 PM SVACS Reopened
status 6789 2/15/10 8:30:30 PM SVACS Closed
status 5211 1/5/10 7:30:30 AM KHOS Closed
status 5211 1/5/10 7:30:30 AM KHOS Verified
And I need to transform the result to look like this:
Field RecordID Created User OldValue NewValue
status 6789 3/1/10 1:25:30 AM SVACS Accepted In Prog
status 5211 1/5/10 7:30:30 AM KHOS Verified Closed
Can anyone help me by posting an Access function that will do this transformation?
Thanks!
My dataset has records that look like this:
Field RecordID Created User OldValue NewValue
status 6789 3/1/10 1:25:30 AM SVACS In Prog
status 6789 3/1/10 1:25:30 AM SVACS Accepted
status 6789 2/15/10 8:30:30 PM SVACS Reopened
status 6789 2/15/10 8:30:30 PM SVACS Closed
status 5211 1/5/10 7:30:30 AM KHOS Closed
status 5211 1/5/10 7:30:30 AM KHOS Verified
And I need to transform the result to look like this:
Field RecordID Created User OldValue NewValue
status 6789 3/1/10 1:25:30 AM SVACS Accepted In Prog
status 5211 1/5/10 7:30:30 AM KHOS Verified Closed
Can anyone help me by posting an Access function that will do this transformation?
Thanks!