RE: "Select All" in combo box for query
- From: KARL DEWEY <KARLDEWEY@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 23 Sep 2008 07:45:01 -0700
Try this in criteria --
Like IIF([Forms]![YourFormName]![CpomboBox] <> "All Plant",
[Forms]![YourFormName]![CpomboBox], "") & "*"
--
KARL DEWEY
Build a little - Test a little
"buscher75" wrote:
I have an unbound form created to run a query/report. I have a combo box.
that selects the department to be queried and I want to add "All Plant" to
the list of departments. This way a report can be generated by department or
plant wide. I've added "All Plant" to the list but do not know how, when
selected, to convert the words to a blank field within the query. Thanks in
advance for the help.
- Follow-Ups:
- Re: "Select All" in combo box for query
- From: John Spencer
- RE: "Select All" in combo box for query
- From: buscher75
- Re: "Select All" in combo box for query
- References:
- "Select All" in combo box for query
- From: buscher75
- "Select All" in combo box for query
- Prev by Date: Re: Need to export a pivot chart view of a query
- Next by Date: Multiple records / Multiple dates
- Previous by thread: "Select All" in combo box for query
- Next by thread: RE: "Select All" in combo box for query
- Index(es):
Relevant Pages
|