Re: Can you use a combo box in a selct query
- From: MGFoster <me@xxxxxxxxxxx>
- Date: Wed, 20 Jul 2005 20:07:58 GMT
Combo box and Queries wrote:
I know when I build a query that I can prompt a user to answer a question, for ex. [Please list Last Name], which will filter the data. My question is, instead of the user entering the data can you have a combo box come up so they select the correct field. I want to do this so I can avoid people miss spelling things and then not getting the data they need. Thanks for the Help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Create a criteria form & run the query from the form. Use form references in the query instead of pop-up prompts. E.g.:
SELECT * FROM table_name WHERE col_name = Forms!frmCriteria!ControlName
-- MGFoster:::mgf00 <at> earthlink <decimal-point> net Oakland, CA (USA)
-----BEGIN PGP SIGNATURE----- Version: PGP for Personal Privacy 5.0 Charset: noconv
iQA/AwUBQt6vG4echKqOuFEgEQL/cgCfRZtgLwfTTjCnLSAepAJIoxL5AZAAn1gW gmuqI83jZuJkRBj5cxFe65+9 =N+Nq -----END PGP SIGNATURE----- .
- References:
- Can you use a combo box in a selct query
- From: Combo box and Queries
- Can you use a combo box in a selct query
- Prev by Date: Re: how to select order status history?
- Next by Date: Re: Can you use a combo box in a selct query
- Previous by thread: RE: Can you use a combo box in a selct query
- Next by thread: System not Responding when query is executed
- Index(es):
Relevant Pages
|