Skip to Content
Microsoft® Access® 2010 24-Hour Trainer
book

Microsoft® Access® 2010 24-Hour Trainer

by Geoffrey L. Griffith, Truitt L. Bradly
June 2011
Beginner
552 pages
14h 54m
English
Wrox
Content preview from Microsoft® Access® 2010 24-Hour Trainer

25

Creating Parameter Queries

Parameter queries are used in Access when the values for criteria in the query are required to be passed to the query at run time instead of when the query was created. There are other ways to supply runtime arguments to queries, such as building the SQL string with the criteria or modifying the query's QueryDef, but these methods require the developer to know how to use VBA.

Access 2010 provides two simple ways for the developer to request that a user enter values, such as a date or an invoice number, before executing the query. In this lesson you learn how to use a simple popup Parameter Request dialog and use controls on a form with a command button to pass arguments to a query. You also learn how to explicitly define the data type of the parameter using the Query Parameters dialog.

LESSON SETUP

For this lesson you need Access 2010 and Lesson 25 files from the book's website at www.wrox.com. You should be familiar with creating database objects and working with queries to successfully complete this lesson.

PARAMETER QUERIES IN ACCESS

A Parameter query in Access is any query designed to accept user input to supply the values to be used as criteria in the query at run time. The easiest method to prompt a user to supply a value in a Parameter query is to use square brackets to surround a prompt for the user, such as [Enter the Customer Number] in the Criteria row of the CustomerNumber field. Each time the query is executed, a Parameter Request dialog ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Microsoft® Access® 2010 24-Hour Trainer

Microsoft® Access® 2010 24-Hour Trainer

Geoffrey L. Griffith, Truitt L. Bradly
Microsoft® Access® 2010: Step by Step

Microsoft® Access® 2010: Step by Step

Joan Lambert and Joyce Cox

Publisher Resources

ISBN: 9780470591673Purchase bookExamples