There are ton of ways to do this, but I am having difficulty find a way the I can marry with existing queries
that validate the data.
I need to find the most recent change for any customer ID
and then query those records for specific conditions.
I have a table with
Change_no (autonumber field),Customer_id,address,City,State,
Zipcode,phonenumber,Change_type,Change_date
in some cases I will need to filter based change_type and
in other tables I will need to merge fields to create a distinct customer_id.
that validate the data.
I need to find the most recent change for any customer ID
and then query those records for specific conditions.
I have a table with
Change_no (autonumber field),Customer_id,address,City,State,
Zipcode,phonenumber,Change_type,Change_date
in some cases I will need to filter based change_type and
in other tables I will need to merge fields to create a distinct customer_id.