AidanCambel
Technical User
I have a database that holds information regarding customers that call in for support. There may be dozens of records for each customer, or 1 record. It all depends on how many times they have called in. But each record is dated.
I want to run a query to find the last time each customer called in for support. I have a list of just customer numbers - how can I tell a query to go into the table and pull the most current call-in date for each of these customer numbers?
Thanks.
I want to run a query to find the last time each customer called in for support. I have a list of just customer numbers - how can I tell a query to go into the table and pull the most current call-in date for each of these customer numbers?
Thanks.