Hello
I am trying to create a report that lists the status of each customer account. I have a table that creates a record for each action completed for that customer. How can I select the maximum date and time for the customer number and display the data in a cross tab?
Basically I want the following:
Customer Number 12345678 Date 01/10/2013 Time 13:00
Customer Number 12345678 Date 03/10/2013 Time 16:00
Customer Number 12345678 Date 03/10/2013 Time 17:00
For this customer I just want to display data relating to the 3rd entry.
Thanks
Esther