IsNumeric("2lash123")
returns False, so such values will be filtered out.
So, you must do something, that you don't tell about ...
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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!
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.
IsNumeric("2lash123")
returns False, so such values will be filtered out.
So, you must do something, that you don't tell about ...