Microsoft Access 2016 Build User-Friendly Database Systems

Slides:



Advertisements
Similar presentations
The Ribbon Standard to all Office 2007 applications Organized by feature and functionality Navigation Pane Access to all objects in the current database.
Advertisements

INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics
Exploring Microsoft Access 2003 Chapter 7 Building Applications: The Switchboard, Macros, and Prototyping.
Exploring Microsoft Access 2003 Chapter 6 Many-to-Many Relationships: A More Complex System.
Exploring Microsoft Access 2003 Chapter 1 Introduction to Microsoft Access: What Is A Database?
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Committed to Shaping the Next Generation of IT Experts. Chapter 2: Relational Databases.
Microsoft Access 2003 Introduction To Microsoft Access 2003.
With Microsoft Access 2010 © 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access.
Microsoft Access II Information Technology Services User Services User Training & Support.
Microsoft Access 2013 Build User-Friendly Database Systems Chapter 7.
Create Forms Lesson 5. Software Orientation Creating Forms A form is a database object –enter, edit, or display data from a table or query Providing.
Access Tutorial 10 Automating Tasks with Macros
MS Access Advanced Instructor: Vicki Weidler Assistant:
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 1 1. Chapter 2: Relational Databases and Multi-Table Queries Exploring Microsoft Office.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics.
1 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
Exploring Microsoft Access Chapter 4 Relational Databases, External Data, Charts, and the Switchboard.
Automating Database Processing Chapter 6. Chapter Introduction Design and implement user-friendly menu – Called navigation form Macros – Automate repetitive.
Microsoft Access 2013 Simplify Data Entry with Forms Chapter 3.
Automating Database Processing
® Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
More about Databases. Data Entry through Forms Table View (Data sheet view) is useful for data entry of new records But sometimes customization would.
SESSION 3.1 This section covers using the query window in design view to create a query and sorting & filtering data while in a datasheet view. Microsoft.
Exploring Microsoft Access Chapter 6 Many-to-Many Relationships: A More Complex System.
1 Database Systems Introduction to Microsoft Access Part 2.
Exploring Microsoft Access Chapter 7 Building Applications: The Switchboard, Macros, and Prototyping.
MGS 351 Introduction to Management Information Systems RECITATION 12.
MGS 351 Introduction to Management Information Systems Recitation # 12.
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Level 2 Objectives: Understanding and Creating Table.
Microsoft Access 2016 Overview of Microsoft Access Databases
Exploring Microsoft Access 2003
INTRODUCTION TO DATABASES (MICROSOFT ACCESS)
Lesson # 9 HP UCMDB 8.0 Essentials
Form Development (Chapter 6)
Creating Custom Reports, Macros, and Switchboards
Microsoft Access 2016 Simplify Data Entry with Forms
Microsoft Access 2016 Design and Implement Powerful Relational Databases Chapter 6.
Access Maintaining and Querying a Database
Homework 5 Hints.
Practical Office 2007 Chapter 10
Access Tutorial 3 Maintaining and Querying a Database
End of Access Exam Review.
Exploring Microsoft Access 2003
Microsoft Official Academic Course, Microsoft Access 2013
CIS 155 Table Relationship
Access Creating a Database
Microsoft Office Illustrated Fundamentals
Chapter 4 MS ACCESS DATABASE.
Access Creating a Database
Access Maintaining and Querying a Database
Microsoft Access Illustrated
Design and Implement Powerful Relational Databases Chapter 6
Simplify Data Entry with Forms Chapter 3
Build User-Friendly Database Systems Chapter 7
Exploring Microsoft Office Access 2007
Overview of Microsoft Access Databases Chapter 1
Microsoft Office Access 2003
Tutorial 1 – Introduction To Microsoft Access 2003
Creating and Modifying Queries
Microsoft Office Access 2003
Exploring Microsoft Access 2003
Tutorial 1 – Introduction To Microsoft Access 2003
More about Databases.
Exploring Microsoft Access 2003
Grauer and Barber Series Microsoft Access Chapter One
Assignment 3 Querying and Maintaining a Database
Relationships While we are on the subject of Relationships, let’s take a quick look at them.
Exploring Microsoft Access 2003
Presentation transcript:

Microsoft Access 2016 Build User-Friendly Database Systems Chapter 7

Chapter Overview Query Based Forms AutoLookup Menu Systems Macros Switchboards, Blank Forms and Navigation Forms Macros Autoexec, Help Button

Query Based Forms Display data from multiple tables Display calculated fields Utilize AutoLookup Display sorted data

AutoLookup Automatically “looks up” data based on a primary key Tables used in query must have a one-to-many relationship Join field in the query must be taken from the many side

AutoLookup Example

Switchboard Menu System Switchboard Wizard creates a user friendly menu that can link together all of your forms and reports in one place. Limit of 8 items per menu. Submenus can be added if 8 item limit is exceeded. The wizard creates a form called Switchboard and a table called Switchboard items. Do NOT delete or move the textboxes and buttons in the design of the Switchboard form. Page 73, Step 12 explains how to enable the Switchboard Manager button on the Ribbon in Access

Blank Form Menu System Alternatively, a menu can be built from a blank form and command buttons. Advantages: Unlimited items on menu and greater design flexibility.

Navigation Form Menu System Alternatively, a menu can be built using a Navigation Form from a blank form and command buttons. Advantages: Updated design and Web integration Disadvantages: Limited customization options available

Macros Used to execute series of stored commands Useful for opening and closing forms, reports, or queries Makes an application easier to use

Macro Example

Help Button Macro using MessageBox function that provides technical support information. Sample help message: “Please call 555-5555 for technical support”

AutoExec Macro Special macro will Automatically Execute when database is opened. Used to open main menu on startup. Macro should be saved with the name “Autoexec” for it to be recognized as this special type of macro.

Database Startup Options May be used instead of Autoexec macro to automatically open a form on database startup See page 70 for additional instructions

Homework 5 Chapter 7 Guided Exercise Chapter 7 Applied Exercise