T
The Chairman
I am trying to make a query that will help me acheive the following result:
I have 2 tables. One is my contact information, called CONTACTS, the other
is my sales info, called BOOKINGS. The common identifying field in both is
ContactNumber.
When someone buys a level, it gets marked as an individual sales line in
BOOKINGS. So, everyone who is "Level 2", also has a seperate "Level 1" line
in BOOKINGS.
What I am trying to do is create a query that will join the CustomerNo
field in both tables, then deliver the result of giving me all the Level 1
customers who do not have a Level 2 line in BOOKINGS. This has been tricky,
because like I said, everyone has a Level 1 line, so a simple query hasn't
worked for me as it returns everyone who has done any Level, regardless of
whether they have gone beyond 1.
Please go slow, I am new to this. Thanks so much!
Ryan
I have 2 tables. One is my contact information, called CONTACTS, the other
is my sales info, called BOOKINGS. The common identifying field in both is
ContactNumber.
When someone buys a level, it gets marked as an individual sales line in
BOOKINGS. So, everyone who is "Level 2", also has a seperate "Level 1" line
in BOOKINGS.
What I am trying to do is create a query that will join the CustomerNo
field in both tables, then deliver the result of giving me all the Level 1
customers who do not have a Level 2 line in BOOKINGS. This has been tricky,
because like I said, everyone has a Level 1 line, so a simple query hasn't
worked for me as it returns everyone who has done any Level, regardless of
whether they have gone beyond 1.
Please go slow, I am new to this. Thanks so much!
Ryan