Article ID: 304302 - Last Review: March 28, 2007 - Revision: 7.1 How to build a dynamic query with values from a search form in Access 2007, in Access 2003, or in Access 2002This article was previously published under Q304302 Advanced: Requires expert coding, interoperability, and multiuser skills.
This article applies to either a Microsoft Access database (.mdb) file or to a Microsoft Access database (.accdb) file, and to a Microsoft Access project (.adp) file. On This PageSUMMARY
This article shows you how to dynamically build criteria for a query string with values from a search form in Microsoft Office Access 2007, in Office Access 2003, and in Microsoft Access 2002.
MORE INFORMATION
Sometimes, you may want to create a form that serves as a search form. You want to be able to enter values on the form and dynamically build the appropriate SQL string. The following steps show you how to dynamically build a query string that uses the BuildCriteria method.
Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. CAUTION: If you follow the steps in this example, you modify the sample database Northwind.mdb. You may want to back up the Northwind.mdb file and follow these steps on a copy of the database. Step-by-Step Example
REFERENCESFor more information about the BuildCriteria method, in the Visual Basic Editor, click Microsoft Visual Basic Help on the Help menu, type buildcriteria method in the Office Assistant or the Answer Wizard, and then click Search to view the topic. | Article Translations
|

Back to the top
