I need to pull all customers who have not been serviced in more than 6 months. The catch is that there are multiple activity dates per customer. They might have come in last week so they have one record with a recent date and one with a date more than six months ago.
How can I structure the query so it finds all the records properly?
The link fields are customer_no, vin and last_repair_order_date
How can I structure the query so it finds all the records properly?
The link fields are customer_no, vin and last_repair_order_date