Query Criteria

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need a criteria formula to list all numbers from a table smaller that 1.
Can any one help?
 
Open a new query.
Add the table.
Add the field that has the numbers.
Add any other fields you wish to see.

In the "Criteria" row under your "numbers" field, put:
<1

Run the query.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
???
Field: yourNumberField
Criteria: < 1

IF that is not what you want then you might want to post a more detailed
description and perhaps a few values that you do want and some you don't
want and identify which of those you would expect to see returned.
 
Back
Top