Use a select query with a criterion of
Is Null
on the field in question.
The SQL view of the query will look like this:
SELECT * FROM MyTable
WHERE (MyTable.MyField IS NULL);
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.