C
CW
We carry out Quality Control by either of two methods on each of our jobs - a
phone call for certain types of work, a mailed questionnare for others.
I have dates for each of these in my job history table and form, where users
record either the date that a phone call was made, or the date that a
questionnaire was returned by the customer.
We need to follow up on the jobs where neither of these has been achieved,
i.e. where both those fields are null.
So I am building a simple Query to find those records, but I can't work out
how to set the criteria so that it finds only the records where BOTH dates
are blank. I have tried some "either/or" expressions and some "and"
expressions, but no good - I'm sure somebody has the answer to this???
Many thanks
CW
phone call for certain types of work, a mailed questionnare for others.
I have dates for each of these in my job history table and form, where users
record either the date that a phone call was made, or the date that a
questionnaire was returned by the customer.
We need to follow up on the jobs where neither of these has been achieved,
i.e. where both those fields are null.
So I am building a simple Query to find those records, but I can't work out
how to set the criteria so that it finds only the records where BOTH dates
are blank. I have tried some "either/or" expressions and some "and"
expressions, but no good - I'm sure somebody has the answer to this???
Many thanks
CW