K
Keith Woollacott
I have a database with two tables; one which holds details of customers
(tbl_Customers) and the other has details of insurance policies
(tbl_Insurance). Over time the tbl_Insurance gets multiple entries for one
customer (the relationship is on the Customer_ID field).
Using the criteria "<Now()" on the Policy_Date field pulls out lapsed
policies, but I need the query to ignore expired policies if there is another
record with a duplicated Customer_ID that has a current policy.
I hope this makes sense to somebody!
(tbl_Customers) and the other has details of insurance policies
(tbl_Insurance). Over time the tbl_Insurance gets multiple entries for one
customer (the relationship is on the Customer_ID field).
Using the criteria "<Now()" on the Policy_Date field pulls out lapsed
policies, but I need the query to ignore expired policies if there is another
record with a duplicated Customer_ID that has a current policy.
I hope this makes sense to somebody!