Criteria linked to form combo 'Yes/No or All' expression help
- From: efandango <efandango@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 29 May 2009 13:23:16 -0700
I have a query field linked to a form combo box, like this:
Between [Forms]![frm_Runs].[cbo_Point2Point_Getrounds_From] And
[Forms]![frm_Runs].[cbo_Point2Point_Getrounds_To] And
<[Forms]![frm_Runs].[txt_Run_Limit]
In the form combo box I have a -1 or 0 choice. I want a third choice which
is All (or in plain english 'Both'. In other words if the user chooses
All/Both in the combobox, I want the query criteria to show all records.
The format in the combobox can be any format that will get the job done, at
the moment it is plain text. I have tried a Yes/No format but it will not
allow a third state. I want to avoid a checkbox because it is not obvious to
the user that a third state exists with that control.
How can I make the query criteria return All values when the user selects
All/Both instead of either just the -1 or 0s?
.
- Follow-Ups:
- RE: Criteria linked to form combo 'Yes/No or All' expression help
- From: KARL DEWEY
- Re: Criteria linked to form combo 'Yes/No or All' expression help
- From: MGFoster
- RE: Criteria linked to form combo 'Yes/No or All' expression help
- Prev by Date: RE: Help needed with query returning rows?
- Next by Date: Need to Count by two different criteria in same Totals query
- Previous by thread: Really slow query
- Next by thread: Re: Criteria linked to form combo 'Yes/No or All' expression help
- Index(es):
Relevant Pages
|