RM 2 - Working With Tables
RM 2 - Working With Tables
RM 2 - Working With Tables
The first step to use Access is to create a file folder where the database and its object will
be saved. Then create and save a blank database file.
While in Backstage view, you can create,open, and save database.
Tables are considered as the most important component of an Access database because
these tables are where all your information is stored. Tables in an Access database are
similar in many ways to table in Excel.
Most Access databases consist of more than one related table. Each table is made up of
columns referred to as Fields and rows referred to as Records.
A field is a way of organization information by the type of data. Each piece of information
within a field is of the same type. Every record in a rows is a unit of information which
corresponds to the Field Name.
Each field in a table can be one several available field types.
Numerical Data Types- These are numbers which have two fundamental two types:
integers (positive or negative) and float. Integers are whole numbers while floats are numbers
with decimal places.
Auto Number- It is a unique number that is automatically created for each item added to
a table.
Currency- A currency field is text saved as a link to another document using the currency
signs, commas, and decimal points.