Introduction To Access 2016
Introduction To Access 2016
What is a database?
A database is a collection of data that is stored in a computer system.
Databases allow their users to enter, access, and analyze their data quickly
and easily.
Excel, on the other hand, leans more towards numerical data and performing
calculations on that data.
While you can certainly store various types of data in an Excel spreadsheet
(or any other spreadsheet for that matter), a specialized database application
like Access includes specific features for declaring and maintaining various
types of data. Access allows you to restrict the data that users enter into each
field. It also allows you to link related data across multiple tables. And it also
provides other useful features such as forms, reports, query builder, and
more.
Important Terms and Basic Objects
Database File:
It is a file which stores the entire database. The database file is saved to your
hard drive or other storage devices.
Datatypes:
Datatypes are the properties of each field. Every field has one datatype like
text, number, date, etc.
Table
Query
Form
A form is a database object that you can use to create a user interface
for a database application.
Forms help you to display live data from the table. It mainly used to
ease the process of data entry or editing.
Report
Macros
Macros are mini computer programming const ructs. They allow you to set
up commands and processes in your forms, like, searching, moving to
another record, or running a formula.
Modules:
Modules are procedures(functions) which you can write using Visual Basic
for Applications (VBA).
Type of
Description Size
Data
This data type is used for lengthy text or Maximum 63, 999
Long Text
alphanumeric data. characters.
Date/Time Store Date/time for the years 100 through 9999. 8 bytes.
Microsoft Access and Excel are very similar yet very different. Here, are
some important difference points between both of them-
Access Excel
Deals with text, numbers, files and all Microsoft Excel generally deals with
kinds of data numerical data
All the data is stored one time, in one Lots of worksheets or documents are a
place. store with similar, repeated data.
Helps you to build highly functional data Only the primary data entry screen is
entry forms and report templates. available.
Users will be able to enter the data more Data accuracy and speed is not much
efficiently and accurately. because of the format.
Advantages of MS Access
Now in this MS Access Tutorial, we will learn the pros/benefits for using MS
Access application:
Disadvantages of MS Access
Here, are the cons of using MS Access
Microsoft Access database is useful for small-to-medium business
sectors. However, it is not useful for large-sized organizations
Lacks robustness compared to dbms systems like MS SQL Server or
Oracle
All the information from your database is saved into one file. This can
slow down reports, queries, and forms
Technical limit is 255 concurrent users. However, the real-world limit
is only 10 to 80 (depending on the type of application which you are
using)
It requires a lot more learning and training compared with other
Microsoft programs.
In this lesson, you will familiarize yourself with the Access environment,
including the Ribbon, Backstage view, Navigation pane, and Document
Tabs bar.
Quick Access Toolbar
The Quick Access Toolbar lets you access common commands no matter which tab is
selected. You can customize the commands depending on your preference.
The Ribbon
The Ribbon contains all of the commands you will need to perform common tasks in
Access. It has multiple tabs, each with several groups of commands.
Tell Me
The Tell me box works like a search bar to help you quickly find tools or commands you
want to use.
Microsoft Account
From here, you can access your Microsoft account information, view your profile,
and switch accounts.
Navigation Pane
The Navigation pane displays all of the objects contained in your database. The objects
are grouped by type. Double-click an object to open it.
Document Tabs Bar
All open objects are displayed in tabs on the Document Tabs bar. To view an object,
click its tab.
The Ribbon
Access uses a tabbed Ribbon system instead of traditional menus. The
Ribbon contains multiple tabs, each with several groups of commands. For
example, the Clipboard group on the Home tab contains the Cut, Copy, and Paste
commands.
Some groups also have a small arrow in the bottom-right corner that you can click for
even more options.