Microsoft access: query with Null

Anonymous
2023-03-06T10:32:34+00:00

Hi, I am creating a Microsoft access query. I wish to filter 2 columns.

1st column: I want it to return rows that are null. I have indicated “=is null” under the criteria section but my entire data sheet page returns empty even though there are rows that are null for 1st column.

2nd column: I want it to return rows that only consist of numbers as this field contains both numbers and alphabets.

What would be the criteria/formula I can input for both columns in my query design?

Thanks in advance!

Microsoft 365 and Office | Access | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes

6 answers

Sort by: Most helpful
  1. Anonymous
    2023-03-07T07:52:50+00:00

    IsNumeric("2lash123")

    returns False, so such values will be filtered out.

    So, you must do something, that you don't tell about ...

    0 comments No comments