Hi,
I have been trying to figure this out. I have not written a query before. I am trying to make a query that finds out which records have not paid in my database.
I have a table of customers who pay. You enter in those amounts. Some don’t owe anything so they send in a report of $0.00 a month (and in this instance that means paid). I have a checkbox to identify that. So my query would be something like.
List of Unpaid Customers = Customer ID AND Payment Period AND $0.00 in Amount Received Column A AND $0.00 in Amount Received Column B AND Checkbox False
Any help is most appreciated.
Thank you.
I have been trying to figure this out. I have not written a query before. I am trying to make a query that finds out which records have not paid in my database.
I have a table of customers who pay. You enter in those amounts. Some don’t owe anything so they send in a report of $0.00 a month (and in this instance that means paid). I have a checkbox to identify that. So my query would be something like.
List of Unpaid Customers = Customer ID AND Payment Period AND $0.00 in Amount Received Column A AND $0.00 in Amount Received Column B AND Checkbox False
Any help is most appreciated.
Thank you.