Re: drop down list within a query?
- From: fredg <fgutkind@xxxxxxxxxxxxxxx>
- Date: Tue, 16 Jan 2007 11:57:33 -0800
On Tue, 16 Jan 2007 11:48:00 -0800, Maax wrote:
ahh yes, that makes sense. i am in early stages (quite new to this) and was
trying to create all the queries before i created the forms.
many thanks
"fredg" wrote:
On Tue, 16 Jan 2007 11:05:00 -0800, Maax wrote:
hello all, is it possible to have a query present a drop down type of list?
The list would be for example a list of current customers (already defined in
a customer table). The list of current customers would be shown and the user
would select from the list and the results would be filtered accordingly.
any help appreciated.
No.
Create a form. Add the drop-down list to the form using the
CiustomerID and the CustomerName as columns.
Use the CustomerID field as the bound column of the combo.
In the query, as criteria on the CustomerID field, write:
Forms!FormName!ComboName
The form must be open when the query is run.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
What is the end stage of this?
Is it to display the query or is the query to be used as the record
source for a report?
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
.
- References:
- Re: drop down list within a query?
- From: fredg
- Re: drop down list within a query?
- Prev by Date: RE: multi calculations
- Next by Date: Re: date add
- Previous by thread: Re: drop down list within a query?
- Next by thread: Re: drop down list within a query?
- Index(es):
Relevant Pages
|
|