G
George R.
Hi, I'm really stuck with something and I'm hoping someone here can
help.
I have one table with customers and and another with customer
transactions. There are also two types of transactions; product
purchases and membership purchases. If membership is purchased there
is a expiry date save with the transaction record, otherwise the
expiry date field is left empty. I have a client id field joining the
two tables.
I'm trying create a query that returns "all" customer names and
address information from the customers table, and also returns
membership expiry dates from the transaction table if one exists for
the customer. If no membership expiry date exists for the customer I
still want there information returned in the query though, just with
no expiry date.
I've tried many ways but don't seem to be able to figure it out.
Could anyone help?
Thank you,
George
help.
I have one table with customers and and another with customer
transactions. There are also two types of transactions; product
purchases and membership purchases. If membership is purchased there
is a expiry date save with the transaction record, otherwise the
expiry date field is left empty. I have a client id field joining the
two tables.
I'm trying create a query that returns "all" customer names and
address information from the customers table, and also returns
membership expiry dates from the transaction table if one exists for
the customer. If no membership expiry date exists for the customer I
still want there information returned in the query though, just with
no expiry date.
I've tried many ways but don't seem to be able to figure it out.
Could anyone help?
Thank you,
George