Hello,
Please help me get my mind around this problem. Although I have read most posts in the forum over the past several months, I can't even understand how to search for this topic.
I have two tables: Events and Payments.
EVENTS
Event_ID
Event_Name
PAYMENTS
Payment_ID
Event_ID
Payment_Amount
There is no problem doing a simple select query to make a list of events that have payments.
My problem is I need to create a list of events that have no payments. Any idea how to structure this?
Many thanks in advance for your assistance.
t
Please help me get my mind around this problem. Although I have read most posts in the forum over the past several months, I can't even understand how to search for this topic.
I have two tables: Events and Payments.
EVENTS
Event_ID
Event_Name
PAYMENTS
Payment_ID
Event_ID
Payment_Amount
There is no problem doing a simple select query to make a list of events that have payments.
My problem is I need to create a list of events that have no payments. Any idea how to structure this?
Many thanks in advance for your assistance.
t