L
LisaB
I have an Access 2000 report based on a query. The user needs to be able to
determine an age range they want to pull from the database.
Currently, I have a field on a form where the user enters the desired age
range
This field is used in the Criteria ex: [Forms]![frmReports]![txtOrgAge]
My Problem:
When you are in the query window you can enter any of the following as the
Criteria:
10
< 10
When passing a value to the query through the form, the only one that is
accepted is "10"
I would like the user to be able to enter either an age or age range as
shown in the first example.
How can I accomplish this?
determine an age range they want to pull from the database.
Currently, I have a field on a form where the user enters the desired age
range
This field is used in the Criteria ex: [Forms]![frmReports]![txtOrgAge]
My Problem:
When you are in the query window you can enter any of the following as the
Criteria:
10
< 10
Between 10 and 20
When passing a value to the query through the form, the only one that is
accepted is "10"
I would like the user to be able to enter either an age or age range as
shown in the first example.
How can I accomplish this?