i have written this:
SELECT `Member ID`, Forename, Surname, `Paid?`, `Fine?`,
`Amount Due`
FROM `WHO HAVE NOT PAID`
WHERE (`Paid?` = 0) AND (`Fine?` = 1)
this is supposed to show people who have not yet paid, but it does not bring up anything in the search now. it used to work before...