Detecting #NUM! in a MS query

G

Guest

I'm linking to an Excel spreadsheet which has values that don't match the
field format e.g. a date field type with value "new".
When I link this spreadsheet it has a NULL value, but I see #NUM! in the
field.
Nz() will detect the NULL value, but the spreadsheet field has a value. I
only want to see the records where the field in the spreadsheet is NULL,
hence I wish to know how to ignore fields with #NUM! in them.
 
G

Guest

This doesn't solve the problem. The blank field will also produce a FALSE
result and these are the ones I wishing to retain.
 

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.

Ask a Question

Top