S
scs
I have the following tables in my database:
tblCustomer
CustomerID
FirstName
Etc.
-----------
tblVisit
VisitID
CustomerID
Date
Etc.
-----------
tblPayment
PaymentID
CustomerID
PaymentDate
RenewalDate
Etc.
I need a report or maybe a query first. I'm interested in finding folks
that have visits after their last renewal date.
Each customer will have many visits and hopefully many payments. How can I
create a report or a query to base the report on, which will list people who
are visiting past their last renewal date?
Thanks
Steve
tblCustomer
CustomerID
FirstName
Etc.
-----------
tblVisit
VisitID
CustomerID
Date
Etc.
-----------
tblPayment
PaymentID
CustomerID
PaymentDate
RenewalDate
Etc.
I need a report or maybe a query first. I'm interested in finding folks
that have visits after their last renewal date.
Each customer will have many visits and hopefully many payments. How can I
create a report or a query to base the report on, which will list people who
are visiting past their last renewal date?
Thanks
Steve