Re: Parameter query
- From: "KARL DEWEY" <KARLDEWEY@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 22 Jul 2005 23:33:09 -0700
Use these to get all without selecting any --
Like [Forms]![YourForm]![YourComboBox] &"*"
OR
Like [Forms]![YourForm]![YourListBox] &"*"
"Ray" wrote:
> Karl,
>
> Thanks for your useful advice that resolves my issue.
>
> Is it possible to show all records if I do not enter/select any item in the
> combo box?
>
> Ray
>
> "KARL DEWEY" <KARLDEWEY@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:2E5E5A10-219A-43EF-97C9-CBF8C0918B00@xxxxxxxxxxxxxxxx
> > On a form use a ComboBox or ListBox to select from.
> > In the query use criteria --
> > [Forms]![YourForm]![YourComboBox]
> > OR
> > [Forms]![YourForm]![YourListBox]
> >
> > Use a macro or event in your ComboBox or ListBox to open the query.
> > "Ray" wrote:
> >
> >> Is it possible to have a parameter query where I select the options from
> >> a
> >> list rather than typing the options? If so, may I know how to construct
> >> it.
> >>
> >> Thanks,
> >>
> >> Ray
> >>
> >>
> >>
>
>
>
.
- References:
- Parameter query
- From: Ray
- RE: Parameter query
- From: KARL DEWEY
- Re: Parameter query
- From: Ray
- Parameter query
- Prev by Date: Re: Parameter query
- Next by Date: RE: Cant enter information into table with query
- Previous by thread: Re: Parameter query
- Next by thread: Re: Parameter query
- Index(es):
Relevant Pages
|