Reviewing Terms and Importing DataIn this first lesson, you'll review Access key concepts and terminology. You'll also learn how to import, or share, data between Access and other applications without retyping. The objects you import in this lesson will be the basis of a project that you'll work on for the rest of the course.
Key Fields and Action QueriesIn this lesson, you'll learn how to set up key fields in tables and use action queries to quickly and easily manipulate multiple-table records with one command.
Relationships of the Database KindIn this lesson, you'll learn how to add a subform to a main form without the wizard, and you'll use the Tab control to arrange form data. Then, learn about query joins and data functions, which will help you get timely, high-quality data out of your database, so you see all the data you want and none of the data you don't want.
Creating and Modifying FormsForms are the user-friendly gateway to Access table data. In this lesson, you'll learn how to create and modify forms and make them easy to use.
Subforms and the Tab ControlIn this lesson, you'll learn how to create a subform without the wizard and how to use the Tab control to arrange form data.
QueriesYou've already learned to put data into your database in an efficient way. In this lesson, you'll learn about query joins and data functions. These tools will help you get timely, high-quality data out of your database, so you see all the data you want and none of the data you don't want.
Query CalculationsSuppose your boss tells you, "I want a list of the customers who placed the most orders and a separate list of the customers who spent the most overall." How can you find these answers quickly and accurately? Access comes to your rescue again! In this lesson, you'll explore Access functions, crunch numbers with the best of them, and even design a mathematical formula of your own. Don't worry if math makes you nervous, because this lesson will walk you through every step!
Summary QueriesIn this lesson, you'll build powerful, fast summary queries that total, count, or average the values in a set of records. You'll also discover the power of the crosstab query, which can not only summarize data but also rearrange it so that it becomes easier to understand. Finally, you'll add query parameters that allow you to change a query's criteria without altering its design.
Building Reports That Pinpoint Key InformationIn this lesson, you'll use the Report Wizard to build a basic report. Then, you'll fine-tune what you've built, and learn some tips and tricks that were developed while building thousands of Access reports. Finally, you'll learn about a fantastic tool—conditional formatting, which allows you to visually identify key report data. With a few clicks, your report will change from a mass of numbers to a map of trends and changes that affect your business.
Run Reports From a Custom Dialog BoxJust about every time you run a report, you'll want to limit the data it displays. You might want to see only a certain customer or a particular month and year. In this lesson, you'll build a dialog box that allows the user to run reports based on custom-built criteria.
Using Visual Basic to Automate the Reports Dialog BoxVisual Basic is a powerful programming language that allows database developers to automate simple and complex tasks. In this lesson, you'll learn a little bit about Visual Basic, using it to make the reports dialog box you built earlier fully functional.
Putting It All TogetherIf you're creating a database for others, you must make it easy to use—and as you may remember, Access can look intimidating to a newbie! In this lesson, you'll build a navigation form that directs users to the forms and reports they need. You'll also set up a database for shared use and modify the start-up options.