RE: Parameter query
- From: "KARL DEWEY" <KARLDEWEY@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 22 Jul 2005 09:51:03 -0700
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
>
>
>
.
- Follow-Ups:
- Re: Parameter query
- From: Ray
- Re: Parameter query
- References:
- Parameter query
- From: Ray
- Parameter query
- Prev by Date: RE: Combining records in one table
- Next by Date: How to calculate a square root in a query
- Previous by thread: Parameter query
- Next by thread: Re: Parameter query
- Index(es):
Relevant Pages
|