Access 2010
Access 2003
Seminars
Tips & Tricks
Access Forum
Course Index Insider Circle
 
Tutorials   News   Tips   Forums   Help   Logon   Order  
 
 
 

< Previous: Excel Beginner 1

Next: Access Beginner 2 >

Access 2010 Beginner Level 1
Beginner Microsoft Access Tutorial - 2 Hours, 22 Minutes

 
 
Are you new to Microsoft Access 2010? This video tutorial will teach you all of the basics of how to build a Microsoft Access database. You will learn:
 
  - Database Terminology & Benefits
  - Planning Your Database
  - The Access Interface & Ribbon
  - Building a Customer Table
  -
Entering and Editing Data
  - Sorting & Filtering Records
  - Constructing Customer Queries
  - Designing a Customer Form Interface
  - Developing Reports & Mailing Labels

Order Now

If you would like a preview of what's covered in this class,
click here to watch the first lesson of this course (free of charge), or scroll down for more information.




 

Access 2010 Beginner Level 1
Description: Access 2010 Beginner Level 1
Versions: Microsoft Office Access 2010
Access 2007 users should be able to follow along fine
Pre-Requisites: Working knowledge of Microsoft Windows required
Basic knowledge of Microsoft Word or Excel helpful
Running Time: 2 Hours, 22 Minutes
Cost: $5.99


This course is for the novice user who has little or no experience with Microsoft Access. We will begin by learning about databases in general, some important database terminology, the progression from paper filing systems to electronic databases, and the benefits of using a database.

 

Next, you'll learn the importance of planning your database before you build it. You'll learn how to determine what tables your database will need, and what fields to place in which tables. We'll also discuss laying out your forms to create a "roadmap" for your database.

 

We will then take some time to go over the Access development interface, including the new Ribbon menu, the parts of the screen, the Navigation Pane, and more.

 

We will next learn how to build our first table. We'll construct a table for a fictional company to store all of our customer data. You will learn how to build your table in design view. You'll learn about field names, descriptions, and most of the different data types.

 

 

You'll learn whether to use text or number fields, depending on the situation. We'll also discuss using AutoNumbers to create unique identifiers (IDs) for all of the records in a table. This is called a Primary Key field, and you'll learn why they're very important.

 

We'll learn how to enter data into our table, edit that data, resize columns, and rearrange fields. You'll learn some rules for storing your data - such as only typing in the digits of a phone number (no dashes or parentheses). You'll see how to use the Date Picker control to select dates. You'll also see how to use the Zoom window.

 

You will learn why no data is better than bad data. I'll show you how to copy sample records from a page on my web site, and then paste that data directly into your table. You'll see how to delete records, and we'll talk about where the missing AutoNumbers went. You'll learn about the Access Security Warning that you see whenever you download a database from somewhere else. We'll talk about dirty records, saving layout changes, and moving a column in datasheet view.

 

 

Next we'll learn how to sort and filter our records. You'll see how to perform a single-column sort. You'll learn the difference between text, numeric, and date sorts. You'll remove the sort. Then, we'll see how to filter records. If the boss only wants to see customers from New York, you'll know how to apply that filter to display the correct records. You'll learn how to print a table.

 

 

Sorting and filtering are OK, but you can't rely on them for daily use. This is where queries are useful. You can design queries to present your data in whatever filtered or sorted manner you want, and then save those queries for later use. You'll learn how to create a query from scratch using the query designer. You'll see how to add fields to your query, perform a sort, and add criteria to your query. We'll discuss multi-column sorts (left-to-right). You'll learn how to save multiple queries that each perform slightly different functions.

 

 

 

Forms are great for designing a nice, clean user interface for your database. They're especially perfect if other people need to work with your database because you can present to them only the data they need to see - and lock everything else. You will learn how to build forms to show a single record, multiple records (continuous forms), and a split form to show both. You'll learn about labels and text boxes, how to resize them, and how to save your form. We'll discuss editing data in your form, using record selectors to delete records, and how to use navigation buttons to move around.

 

 

Finally, you'll learn how to construct reports. Reports are good for presenting data to people who aren't using your database - whether its printed, sent via email, or given as a PDF file (all of which we'll talk about in class). You'll learn how to create a simple customer report, how to modify the report title, how to use Print Preview, the Zoom controls, how to change the paper size and margins, and how to switch between layout view and report view. You'll also learn how to use the Report Wizard and create customer mailing labels.

 

 

Again, this is the perfect class for anyone who is new to Microsoft Access 2010 (or 2007). If you have little or no experience with databases, or you just want to get familiar with how Access 2010 works, this class is for you. You should have some basic knowledge of Windows beforehand, and a little bit of Microsoft Word or Excel helps (so you're familiar with some of the basic, common features), but we'll teach you everything you need to know to use Access to build a simple database. 

Of course, if you have any questions about whether or not this class is for you, please contact me.
 

 

Complete Outline - Access 2010 Beginner Level 1

00. Introduction (10:17)

01. Database Terminology (11:56)
What is a database?
Progression from paper
Benefits of Access
Parts of an Access database
Table
Fields / Columns
Records / Rows
Query
Form
Report
Macro
Module

02. Planning Your Database (9:04)
Consider your needs
What tables do you need
What fields are in each table
No order info in customer table
Separate tables
Draw your forms out
Gather your printed reports

03. The Access Interface (11:02)
Starting Access
Create a new blank database
Parts of the screen
Title bar
Window control buttons
The Ribbon
Collapse the Ribbon
Quick Access Toolbar
Navigation Pane
Status Bar
Object Pane

04. Customer Table, Part 1 (10:52)
Create Table
Datasheet View
Table Design
Field Name
Data Type
Description
Field naming conventions
Text
Memo
Numbers
Date/Time
Currency
Yes/No
AutoNumber
OLE Object
Attachment
Hyperlink
Calculated Field
Lookup Wizard

05. Customer Table, Part 2 (12:14)
Text or Number?
Long Integer
Double
Why use an ID field?
How to move a field in the table
Save your table
Table naming conventions
Primary Key

06. Entering Data, Part 1 (11:09)
Typing sample data
CustomerID (New)
Resize a column
Two-character states
Only digits in phone numbers
Percentages are fractions of 1
Date or Time or Both
##### in a field
Date picker
mm/dd defaults to current year
Two-digit year defaults 00-29
Spacebar to check box
Horizontal scroll bar
SHIFT-F2 to open Zoom window
Switching back to Design View
07. Entering Data, Part 2 (9:10)
No data is better than bad data
Copy sample data from web site
Selecting an entire record
Paste data into your table
Delete a record
AutoNumbers are NOT reused
Download copy of database
Security Warning
Enable Content
Do you have to save records?
Pencil indicates editing record
Dirty records
Saving layout changes
Moving a column in datasheet view

08. Sorting & Filtering (7:18)
Sorting a single column of data
Text, numeric, date sorts
Remove Sort button
Filtering records
Show just customers from NY
Remove Filter button
Printing a table
File > Print
Unfiltered
Why Queries are better

09. Customer Queries (15:16)
Create > Query Design
Show Table Window
Adding a table to your query
Drag fields to the query columns
Run the query
Design View
Add field with a double-click
Sort a field
Multiple field sort
Sort by Last Name then First Name
Sort order left to right
Moving a query column
Saving a query (CTRL-S)
Adding a Criteria
Show only customers from NY
File > Save Object As
Opening multiple queries
Switching between tabs
Change "NY" to "PA"
Can I edit data in a query?
Must I make a query for each state?
What is the "*" asterisk for?

10. Customer Form (14:21)
Why use forms?
What are forms good for?
Create a simple customer form
Different ways to build forms
Single Form
Label and Text Box
Form View, Layout View
Resizing Text Boxes
Layout View uses Rows & Columns
Save Form
Delete Form Title & Logo
Open in Form View
Editing Data
Using Navigation Buttons
Pencil indicates Dirty record
Record Selector
Delete a Record
Create a Multiple Items form
Continuous Forms
Create a Split Form

11. Customer Reports (14:08)
Create a simple customer report
Types of reports
Modify report title
Print Preview
Zoom Controls
Paper Size, Margins
Send as Email Attachment
Save as PDF
Layout View, Report View
Build report from a query
Report Wizard for Single Report
Delete a report
Mailing Labels
Label Wizard
Setup a Prototype Label

12. Review (5:33)

 


 
Keywords: Database Concepts, Tables, Queries, Forms, Reports, microsoft access tutorial, microsoft access 2010 tutorial, microsoft access 2010 training, ribbon, database, table, field, query, queries, form, report, macro, module, fields, records, navigation pane, datasheet view, design view, text, memo, number, date/time, currency, yes/no, autonumber, ole object, attachment, hyperlink, calculated field, lookup wizard, long integer, double, ID field, primary key, date picker, zoom, security warning, dirty record, layout changes, sort, filter, print, print preview, criteria, label, text box, record selector, navigation button, split form, continuous form, multiple item form, single form, paper size, margins, email attachment, pdf, label wizard, mailing labels
 
 

Student Interaction: Access 2010 Beginner 1

Richard on 11/23/2011:  If you are new to Microsoft Access 2010, this video tutorial will teach you all of the basics of how to build a Microsoft Access database. You will learn: - Database Terminology & Benefits - Planning Your Database - The Access Interface & Ribbon - Building a Customer Table - Entering and Editing Data - Sorting & Filtering Records - Constructing Customer Queries - Designing a Customer Form Interface - Developing Reports & Mailing Labels Click here for more information on Access 2010 Beginner Level 1, including a course outline, sample videos, and more.
Richard on 11/24/2011: Now that you're finished with this class, please take a few short minutes to complete our STUDENT SURVEY and let us know what you thought of the lessons!
 Chris Bezant on 11/26/2011: Hello Rick
This is perfect for getting me from 2003 to 2010. I am an advanced user and have taken all existing Access 2003 courses. This course is ideal to introduce me to the new (initially confusing) interface.
More than that, it has made me WANT to move to 2010. I researched the net to discover that I can continue to produce 2003 compatible databases.
My monthly MYOLP subscription is fully justified with your continued top class material.
Best Regards
Chris Bezant, Southampton, UK.

Reply from Richard Rost:

Glad you like it! More coming soon.

victor victor on 11/30/2011: I can audio of this lecture is loud and clear but the video is not showing.

The video is standing still without showing what you are doing.

Reply from Richard Rost:

Try switching to the FLASH player (setting, bottom left)

Richard on 12/5/2011: Around time index 4:00, I talk about the Export to PDF feature. This was added in Access 2010. If you are still using Access 2007, you can still get this, but it's an extra feature you have to download from Microsoft's web site.
Gramse on 12/19/2011: Hi Richard,
I am literate in ms access and now I wish to prepare a database for school mark sheet for my own school. No idea how many tables do i need to create and how to establish the relationship. Basically there are classes, sections, and four terminal examinations every year.
I will really appreciate if you could guide me to start this.
Thanks

William M Meikle on 12/24/2011: Interesting, I have a flash player program but nothing on your player to show any way to switch to a flash player.

Reply from Richard Rost:

In the online theater, bottom left corner in the SETTINGS box, you'll see an option to switch between Windows Media Player and Flash. Click on Flash and then reload the course by clicking on it's title.

 Julie on 12/31/2011: Hi. I have just started this course and am really enjoying it. I'm wondering when you think you might have the other courses for Access 2010 available. Thanks.

Reply from Richard Rost:

Coming very soon. I've been busy because of the holidays, but starting the first week of January the new courses will begin rolling out.

 julie on 1/8/2012: IF you add or change the data in the table, will it automatically update in your query?
manuel zurbano on 1/13/2012: Hi Richard,

what will be the effect of the database created in access 2003. will it work in 2010 version.

Jose on 1/17/2012: Hello,

I was wondering at which learning level will I be able to design a db whereby the EndUser will be able to enter "Table" data or Add records without actually opening the actual "Table" as through sometype of form. Thank you.

Reply from Richard Rost:

Level 1... we cover simple form building in lesson 10. Much more to follow in Level 2. You never want your "end users" working directly with your tables.

Jose on 1/17/2012: Thank you for the quick reply. I do realize that I do not want my EUs to directly deal with my db tables thus my original question: At which learning level will I be able to learn how to present the EU with a UserForm in order for that EU to enter data. In other words, I want to create DB whereby I can hand it over to the EU and only work on "Maintenance" of the DB or "Troubleshooting it".
 Lynn Robbins on 1/22/2012: Hope your feeling better;
I enjoyed the Flashcards
Will have to spend more time

Stefanie Magalhaes on 2/2/2012: How can I make it full screen?
Stefanie Magalhaes on 2/2/2012: I am recreating my tables because i didn't not built it correctely on the begining. Since my old tables already have massive data on it(almost 1,000 customers. Am I able to copy and past this info/data into my new tables?
 Stefanie on 2/2/2012: How can I add fields on a query?
Stefanie on 2/3/2012: I am trying to create a Query that would import data from a table, new fields that would be for new e others fields that would make some calculations. How can I do that? Should I create another table instead?
Joseph Crouch on 2/24/2012: The picture stays the same throughout this video. Obviously - from the narrative - it was meant to have different screens.

Reply from Richard Rost:

Yes, absolutely. Try switching to the Flash video player instead of Windows Media.

Joseph Crouch on 2/24/2012: Importance of DB planning.
The USPS Address DB has address fields for prefix (N, S, W...etc.); Street, Apt or Suite number, street
type (Rd, Ave, Pkwy.. etc.), suffix (again N, W, etc.) and odd or even side of street (so you can sort to have carrier go up even side of block, then down odd or vice versa). All this is needed for machines to sort the mail in delivery order, of course, in addition to city, state, zip and +4.

Joseph Crouch on 2/24/2012: Finally got it to work. Using downloaded courses so I checked the EXTERNAL box. WMP came up. Closed that and unchecked the box. All works well now.
Joseph Crouch on 2/25/2012: That would be pretty advanced for this course. I have done it, but I had to set up some new primary fields to get the relationships right and then remove the old primary fields once I was finished. Kinda rough, maybe Richard knows a better way.
 Davie Robinson on 2/26/2012: Hi Richard, I have a question regarding Access I purchased Access 101 thru 329 plus the workbook, which I really never got started, I now have upgraded to 2010 and only see see beginner 1 & 2 for 2010. have I missed anything or when are your plans for more 2010 access, I am ready to purchase all you have.


Thanks very much

Reply from Richard Rost:

Right now I only have Beginner 1 and 2 available. 3 to 5 should be out this week. More to follow. Once you get past the beginner material, however, the rest of it is very similar.

  on 2/27/2012: good presentation. Thank you so much.

Reply from Richard Rost:

You're very welcome.

Bonnie on 2/28/2012: Richard, in Lesson 10, you say @ 7:20 that the entire row will move as a unit once you highlight the first name field. As I follow along on my own database, the entire row does NOT move. In fact, when I open a new simple form, the rows are not even aligned to begin with. Is there a setting in Access I have to change to get the behavior you describe? Thanks! Bonnie

Reply from Richard Rost:

If you create a simple form following the method that I used, you should be in LAYOUT VIEW, and your form controls should be enclosed in something called a "Layout" which treats the text boxes and labels as if they're in rows and columns. You can REMOVE this Layout (in fact, I personally can't stand it and will show you how to remove it in a future class) but by default it should be ON. I wouldn't worry too much about it, though. In the next class (Level 2) I'm going to show you how to build a form from scratch WITHOUT a layout. You'll have direct control over the size and position of each text box and label on the form.

cindy on 3/1/2012: Thank you so very much
 steve on 3/8/2012: how do I edit a table once I have saved it
Alex Hedley on 3/9/2012: Steve,
If you'd like to edit the structure of the table (add/delete/edit/rename fields) you can go into "Design View".
Top left hand corner of Access there is a drop down box which lets you change between different views.
Alex

 gopal on 3/12/2012: can i use formulas to calculate total amt=rate*qty in form

Reply from Richard Rost:

Sure, you can, but you're better off doing it in an underlying query using a CALCULATED QUERY FIELD. Then build your form off of this query. However, if you want to do it directly in a Form text box, just make the ControlSource equal to: Field1*Field2

 Missy on 4/5/2012: Queries: If you add a customer that lived in NY (for example) to your table, will it automatically show up in the Query table you saved, or will you have to rerun it everytime you add to it?

Reply from Richard Rost:

Remember, a QUERY doesn't contain ANY DATA. It only displays data from the TABLE. If you add a new customer, the NEXT TIME you run the query, it will show up there.

 Nidhi on 5/3/2012: Does Contol Z work in access?


Reply from Richard Rost:

Control-Z for UNDO works some of the time. It works most of the time during data entry, and some of the time during form design. You just have to try it and see. Usually when you're about to do something that is UN-UNDO-ABLE Access will warn you. (See what I did right there... I just made up a word).

 Jeff on 5/4/2012: If i would like to track people by a spicific number; would I still do an auto number field but make the specific number the primary key?

Reply from Richard Rost:

If YOU have a specific number that YOU'VE assigned to them, then make this a SECOND field. Still use the AutoNumber to have Access assign a number to them, but you can use YOUR number as well. You want to use AutoNumbers to form the relationships in your database (we'll get into those in the Expert classes soon). Since AutoNumbers never change, you don't have to worry about relationships getting messed up.

 Lynn on 5/6/2012: How do I cahnge the year quickly with Date Picker.
Would not like to slowly scroll year by year. Say to quickly change from 2011 to 1960.

Reply from Richard Rost:

How about an InputBox?

I = InputBox("Enter Year")

Then you could use the DateSerial function to set the year based on the user's response.

 John on 5/16/2012: If I add new information into my Table. How can I Put this new information into an existing Form?

Reply from Richard Rost:

Forms don't hold data. Forms DISPLAY data from tables. When you add information to your table, it will automatically show up in any forms that are bound to that table. If the form is open when you add the data to your table, however, you might need to CLOSE and REOPEN the form for it to refresh (requery) its data.

 

You may want to read these articles from the 599CD News:

 

 
Learn
 
Microsoft Access
Microsoft Excel
Microsoft Word
Microsoft Windows
Microsoft PowerPoint
Adobe Photoshop
Visual Basic
Active Server Pages
Online Seminars
More...
Customers
 
Account Login
Online Theater
Downloads
Lost Password
WalkThru Tutorials
Free Upgrades
Insider Circle
Info
 
Latest News
New Releases
User Forums
Tips & Tricks
Search Our Site
Waiting List
Production Schedule
Help
 
Live Chat
Customer Support
Troubleshooting
FAQs
TechHelp
Consulting Services
About Us
 
Background
Testimonials
Jobs
Affiliate Program
Richard Rost
Order
 
Video Tutorials
Handbooks
MYOLP Memberships
Idiot's Guide to Excel
Volume Discounts
Payment Info
Shipping
Terms of Sale
Contact
 
Live Chat
General Contact Info
Support Policy
Contact Form
Email Us
Mailing Address
Phone Number
Fax Number
Course Survey
Try Us
 
Free Lessons
Online Theater
Mailing List
Course Indexes:   Microsoft Access   Microsoft Excel   Microsoft Word   Microsoft PowerPoint   Visual Basic (VB)   Photoshop   Active Server Pages (ASP)  
Keyword Search Cloud:   What's This?   courses   microsoft access tutorials   vlookup   access   cartesian   excel   dlookup   vba   attendance   access 2007   sql   windows 7   combo box   pivot table   visual basic   test   iif   word   calendar   query   conditional formatting   pivot tables   photoshop   hlookup   access 101   excel 202   excel 2007   student attendance   update query   my account   word 2007   append query   quickbooks   queries   dsum   reports   powerpoint   if   microsoft access   dmax   mail merge   relationships   ms access   access 2010   vb   dcount   subforms   excel 2003   handbooks   html   599cd   combobox   if function   security   microsoft word   after update  
Copyright 2012 by 599CD.com, All Rights Reserved