R
Robert T
We have a form with a combo box and that combo box executes a query to find
all of the records matching the user's name. The query derives that value
from a form based parameter called vName.
This is how the process works.
1. The user starts by selecting their name via a drop down list combo box on
a dialog form.
2. That selection becomes the value of vName.
3. The user clicks OK and then moves to the data entry form.
4. On the data entry form, the user then clicks on another combo box which
runs the aforementined query, which in turn uses the value of the variable
vName to find only those records which match vName.
That works great, however, a new problem arose yesterday. One of the users
asked for the option to query ALL names via the Combo Box on the data entry
form. I went back to dialog fom and tried everything I could think of, such
as giving them a drop down choice of "Is Not Null", but nothing worked. Any
suggestions would be appreciated.
Thanks,
Robert
all of the records matching the user's name. The query derives that value
from a form based parameter called vName.
This is how the process works.
1. The user starts by selecting their name via a drop down list combo box on
a dialog form.
2. That selection becomes the value of vName.
3. The user clicks OK and then moves to the data entry form.
4. On the data entry form, the user then clicks on another combo box which
runs the aforementined query, which in turn uses the value of the variable
vName to find only those records which match vName.
That works great, however, a new problem arose yesterday. One of the users
asked for the option to query ALL names via the Combo Box on the data entry
form. I went back to dialog fom and tried everything I could think of, such
as giving them a drop down choice of "Is Not Null", but nothing worked. Any
suggestions would be appreciated.
Thanks,
Robert