Prev: SubQuery
Next: Lab Value with iif function.
From: Dreamer on 1 Apr 2010 16:13 I would like to create a query whereby it will allow the user to pick up more than one filter criteria. For example, if my field values = A, B, C, D My user can select 1) A 2) A & B 3) A & C 4) All
From: Jeff Boyce on 1 Apr 2010 18:53 One approach might be to use a form to collect your criteria, then open the query based on a WHERE clause you create dynamically, based on the choices on the form. Good luck! Regards Jeff Boyce Microsoft Access MVP -- Disclaimer: This author may have received products and services mentioned in this post. Mention and/or description of a product or service herein does not constitute endorsement thereof. Any code or pseudocode included in this post is offered "as is", with no guarantee as to suitability. You can thank the FTC of the USA for making this disclaimer possible/necessary. "Dreamer" <Dreamer(a)discussions.microsoft.com> wrote in message news:BEDC42B2-C3F2-480D-9947-F807ACADE6AC(a)microsoft.com... >I would like to create a query whereby it will allow the user to pick up >more > than one filter criteria. > > For example, if my field values = A, B, C, D > > My user can select > > 1) A > 2) A & B > 3) A & C > 4) All > >
|
Pages: 1 Prev: SubQuery Next: Lab Value with iif function. |