I am learning how to use MS Access 2003 and have one column in my data that has standard numbers ranging from 50,000 to 20,000,000,000. When I open the Query I would like a dialog box to open asking for a bottom value and then a second box to open for a top value, i want the result to display all entries between the two values. I have used the >= and <= and also used "between" and "and" but have not figured out how to make it work for my query. This is the closest I have come to being successful so far:
>=[Greater or Equal to] And <=[Less or Equal to]
This prompts me with the dialog boxes as wanted but doesn't give me every entry between the values I enter. I have roughly 1,000 items that should come up and only about 3 do.
>=[Greater or Equal to] And <=[Less or Equal to]
This prompts me with the dialog boxes as wanted but doesn't give me every entry between the values I enter. I have roughly 1,000 items that should come up and only about 3 do.