Microsoft Access for Beginners
Access this expert-led webinar instantly, available anytime on-demand.
Included in All-Access MembershipMicrosoft Access is a powerful relational database application that helps individuals and organizations collect, organize, and manage large amounts of data efficiently. Whether you need a personal data management solution or want to develop a database application for a department or organization, understanding the fundamentals of database design is essential. This introductory Microsoft Access training will provide the foundational skills needed to create and manage a functional database from the ground up.
During this hands-on session, participants will learn key database concepts and terminology, explore the differences between flat-file and relational databases, and gain practical experience creating tables, defining field types, and establishing data structures. The training also covers entering and editing data, modifying table structures, building basic queries to retrieve information, and creating simple data-entry forms to streamline database interaction. By the end of the session, attendees will have a solid understanding of the core components required to design and build a database using Microsoft Access.
Your Benefits For Attending:- Understand essential database terminology and concepts used in Microsoft Access.
- Learn the differences between flat-file and relational databases and how relational database design improves data management.
- Create and modify tables, define field types, and organize data effectively.
- Enter, edit, and manage data within an Access database.
- Build basic queries and use simple and complex criteria to select records.
- Create a simple data-entry form to improve database usability and data entry processes.
- Gain the foundational knowledge required to begin building databases in Microsoft Access.
Attending this webinar will help you develop the practical skills and confidence needed to create and manage databases in Microsoft Access. If you need to build databases for personal, departmental, or organizational use, understanding tables, queries, and forms is the critical first step toward creating effective data management solutions.
Topics Covered:- Database terminology
- Building a database: Flat File vs. Relational
- Creating Tables
- Field types
- Entering and editing data
- Modifying a Table structure
- Creating a basic Query
- Selecting records using criteria (simple and complex)
- Creating a simple data-entry Form
Who Should Attend:
This introductory-level training is designed for new Microsoft Access users who need to learn how to create and build a database. No prior knowledge of Access is required.
The training will be delivered using the latest version of Microsoft Access, although much of the functionality covered is also available in earlier versions of the application.
Level: BasicFormat: Recorded Webcast
Instructional Method: QAS Self-Study (Traditional)
NASBA Field of Study: Computer Software & App (2 hours)
Program Prerequisites: None
Advance Preparation: No
- Introduction
- What Is Microsoft Access? 00:02:25
- Source File - Headings 00:03:46
- Starting Microsoft Access 00:07:39
- Creating a New Database 00:07:47
- Creating A New Table From Scratch 00:16:41
- Viewing Or Making Changes To An Existing Table Structure 00:27:08
- Adding A Column 00:37:53
- Changing An Employee Location 00:40:01
- Linking Two Tables Together 00:42:15
- Deleting A Field Directly From Table View 00:45:13
- Deleting A Table 00:47:24
- Forms 00:48:00
- How To Create A Drop-Down List On The Form 01:03:52
- Creating Calculations In A Form 01:06:24
- Queries 01:11:34
- Saving A Query As A New Table 01:23:34
- How To Create A Query That Shows Hire Date, Not Including Employees Who Have Left 01:26:46
- Parameters 01:31:06
- Creating Queries From Multiple Tables 01:35:28
- How To Append Data To Table 01:39:05
- Speaker Closing 01:40:48
- Presentation Closing 01:41:05
-
Mike Thomas
Mike Thomas has worked in the IT training business for 26 years. His expertise and experience covers designing and delivering training courses, creating written training materials (Quick Reference Guides and step-by-step tutorials), recording and editing video-based tutorials and providing support t [...]
CPE Credit
Aurora Training Advantage is registered with the National Association of State Boards of Accountancy (NASBA) as a sponsor of continuing professional education on the National Registry of CPE Sponsors. State boards of accountancy have final authority on the acceptance of individual courses for CPE credit. Complaints regarding registered sponsors may be submitted to the National Registry of CPE Sponsors through its website: www.nasbaregistry.org.
For more information regarding administrative policies such as complaint and refund, and cancellation please contact our offices at 407-542-4317 or [email protected].
You must answer all questions during the webinar, view the recording completely and pass the test at the end with 70% correct answers to receive CPE credit.
- .accdb 00:09:07
- Column 00:05:23, 00:06:34, 00:09:45, 00:13:10, 00:37:51, 00:43:47, 01:10:36, 01:37:45
- Column Headings 00:07:06, 00:09:21, 00:11:11, 00:38:39
- Formula 01:09:36
- Microsoft Access 00:01:18, 00:06:07, 00:07:42
- Parameter 01:31:06
- Primary Key 00:11:29, 00:22:48
- Query 01:11:38, 01:13:22, 01:16:52, 01:19:20, 01:25:10, 01:32:38
- Row 00:07:39, 00:11:14, 00:17:03, 00:25:11, 00:36:30, 00:55:06
- Table 00:09:16, 00:10:38, 00:12:50, 00:16:40, 00:40:59, 00:47:25, 00:52:46, 01:11:43
- TextBox 01:09:15
- VBA - Visual Basic for Applications 01:00:21
- Worksheet 00:10:45
.accdb: The default Access file format is .accdb. The .accdb file format supports a number of newer features, such as calculated fields and attachments.
Column: A column is a vertical series of cells in a chart, table, or spreadsheet in Excel.
Column Headings : The column heading or column header is the gray-colored row containing the letters (A, B, C, etc.) used to identify each column in the worksheet. The column header is located above row 1 in the worksheet.
Formula: A formula is an expression which calculates the value of a cell.
Microsoft Access: Microsoft Access is a database management system (DBMS) from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools. It is used to store large amounts of data in an organized and efficient manner. It allows you to create tables, forms, queries, and reports to manage your data.
Parameter: A parameter is a piece of information you supply to a query right as you run it. Parameters can be used by themselves or as part of a larger expression to form a criterion in the query. You can add parameters to any of the following types of queries: Select. Crosstab.
Primary Key: A primary key is a field or set of fields with values that are unique throughout a table. Values of the key can be used to refer to entire records, because each record has a different value for the key. Each table can only have one primary key.
Query: A database query extracts data from a database and formats it in a readable form. A query must be written in the language the database requires; usually, that language is Structured Query Language (SQL). For example, when you want data from a database, you use a query to request that specific information.
Row: A row is the range of cells that go across (horizontal) the spreadsheet/worksheet. Rows are identified by numbers e.g. row 1, row 5. Examples of use. A row might contain the headings of a table e.g. product ID, product name, price, number sold.
Table: A table is an arrangement of data in rows and columns, or possibly in a more complex structure. Tables are widely used in communication, research, and data analysis. Tables appear in print media, handwritten notes, computer software, architectural ornamentation, traffic signs, and many other places.
TextBox : Textboxes are used in worksheets or userforms to display information or to allow the user to input information.
VBA - Visual Basic for Applications : Visual Basic for Applications is a computer programming language developed and owned by Microsoft. With VBA you can create macros to automate repetitive word- and data-processing functions, and generate custom forms, graphs, and reports. VBA functions within MS Office applications; it is not a stand-alone product.
Worksheets: A worksheet is a collection of cells where you keep and manipulate the data. Each Excel workbook can contain multiple worksheets.
