Home  Fees/Services  Access 2010 Template  Access Tutorial  Access Download  Articles  Search  Contact  Privacy  Links

Multi Select Query Parameters

 

Open Email Using SendObject Access Download

Send Email Microsoft Access Tutorial Download (Advanced)

Sequential Counter in Query

Multi Select List Box Query Parameters

Row Level Data Security

Programming MS Access Security Alternative

Single User Inventory Calculations Download

How To Perform Multi-User Inventory Calculations

Make Dependent Combo Box Code MS Access Tutorial Download

Union Query Example (Simple)

Union Query (Advanced) Access Tutorial Download

How To Fill Fields From Combo Box

Use Global Variables as Parameters

Download Continuous Form Dependent Combo Box

How To Program Continuous-Continuous Master/Detail Forms

Bar Chart / Bar Graph Download

Programming Crosstab Query Example

TransferText & OutputTo Microsoft Access Download

DoCmd.OpenForm & OpenArgs VBA Example

Running Sum Query Method

Choose Command Dynamic SQL Order By

Access Conditional Format

Access Report Banding

Popup Form Control Method


Multi Select List Box for Query Parameters

Learn how to setup and program a multi select parameter list for supplying parameters to a Microsoft Access query.  There are many methods used to supply parameters to Access query and reports.  The multi select list box demonstrate a power method which adds flexibility to your Access queries and reports.

Our list box parameter example used the extended property of the list box to allow the user to select multiple entries by using a combination of the CTRL and Shift keys.  The downloadable Access database provides all the tables, forms, and queries to give you the knowledge to get started create flexible queries and reports for your users.

The example uses a combination of SQL, VBA and forms design methods to create a simple yet powerful to for your Access tool kit.

Also see a detailed discussion of the methods used for this example in our forms programming section under multi-select parameter form query

List Box Query Parameter Form/

You may use the multi select list box technique to directly filter a report.  Using our example, the report filter would like this: "state in (select state from t_states)".  However, this method would likely be slower than filtering the query itself.  Also remember to create an index on the State field in both the M_Customers and the T_States table in order to speed up the query.

Download the multi select list box query parameter Microsoft Access database.











A Blue Claw Database Design Template:

HOA Software Template
 








A Blue Claw Database Design Article:

Microsoft Access On The Internet
 



Contact Information

Copyright 2000-2012 Blue Claw Database Design, LLC