Good morning/afternoon,
Bit of a query I am going round in circles with if that ok.
I have a database that holds the following information
[Date],[Account No],[TimesCalled],[Reason]
But I only want to pull the last time the customer called in a day based on the above fields.
My understanding would be the output of [Reason] based on the data in [Date], [Account No] matching and the highest value in [TimesCalled] (usually between 1 - 10 but this can differ).
Any idea what would be the best way to come at this?
Thanks in advance
Gavin
Bit of a query I am going round in circles with if that ok.
I have a database that holds the following information
[Date],[Account No],[TimesCalled],[Reason]
But I only want to pull the last time the customer called in a day based on the above fields.
My understanding would be the output of [Reason] based on the data in [Date], [Account No] matching and the highest value in [TimesCalled] (usually between 1 - 10 but this can differ).
Any idea what would be the best way to come at this?
Thanks in advance
Gavin