C
CW
I have a Customers table, and a related Actions table in which I store the
Actions taken for each customer such as phone calls, quotes etc, with their
respective dates.
I want to pull out just the most recent action taken for each customer,
sorted by customer - I don't want the whole history, just the latest one, so
the output would be a list of all customers with one line for each showing
the customer name, the last action, and the date of that action.
How can I do this?
Many thanks
CW
Actions taken for each customer such as phone calls, quotes etc, with their
respective dates.
I want to pull out just the most recent action taken for each customer,
sorted by customer - I don't want the whole history, just the latest one, so
the output would be a list of all customers with one line for each showing
the customer name, the last action, and the date of that action.
How can I do this?
Many thanks
CW