ragnarok75
MIS
I have a table where one record has six statuses, each status has a date associated with it. I need to retain all the dates associated with every status, but on a report I want to show only the date associated with the current status. I can successfully do this with a Select Case statement in a form, but how can I do this in a report?