I have an access Database table that has multiple status’s that can exist for a client. i.e. A01 = Current, A02 = Recert, P00 = Active and so on. I need to be able to grab the last status to pull the information but I have not been able to figure it out. The client can at first be current then changede to active then to current again. I want to pull the last status and use it to filter.
If [status] = A01 then [UserID]
But I keep pulling the first status line only. I need the last line.
Any suggestions??
Dan