Introduction To Database Concepts
Introduction To Database Concepts
Fields
You can use a query to pull values from both tables into one datasheet.
IT Center System Deparment 02/19/2021
Basic Design Rules
Data is broken down into Smallest Logical Parts
Each segment of data you want to sort or filter should be kept in
its own field. For example, what if I needed to sort by City or
Zip Code? Pulling fields together is fairly simple, pulling them
apart can difficult.
ID Home Address
987 123 West Main Street,
Gainesville, FL 32601
654 456 South 3rd Road, Apt 12,
Newberry, FL 32684
EMPLOYEE TABLE
ID FN LN DOB DOH SSN CMT
1234 Sallye Shapiro 6/17/1970 7/02/2001 123-450 N/A
EMPLOYEE TABLE
Emp Emp First Emp Last Emp Birth Emp Hire Emp System Emp
ID Name Name Date Date Signal # Comments
1234 Sallye Shapiro 6/17/1970 7/02/2001 123-450 N/A
In Microsoft Excel we enter the data and create our formulas all
at once. In Access you are creating a “Data” table, a table of the
raw data. If you want Access to do the calculations, you can
create an expression elsewhere in the database.
While each column in this particular data set has unique data, the
field that will work best for us is GL ID (Gator Link). Many
employees will work for the same college, have the same last
name and possibly even share telephone numbers, but each
employee should have a unique Gator Link ID.
When there is not a unique field in your data set, you can use an
AutoNumber. Access can create incremented or random Auto
Numbers for your primary key.
IT Center System Deparment 02/19/2021
Basic Design Rules
Unique Records
We use the
unique primary
key as our link ID LastName GatorLink Phone College
between our 1 Smith rsmith 3-5051 Pharmacy
tables, this helps 2 Smith rsmith 273-5051 COP
ensure we 3 Smith rsmith 273-5051 Pharmacy
connect to the 4 Thomas bthomas 392-5555 Medicine
correct record. 5 Van Winkle sleepyguy 846-5656 PHHP
Emp ID EmergencyContact
2 Mary Anne Smith
Datasheet
View
Design
View
Tables Queries
Employees
Customers
Reports
Forms
Customer
Company Name
Address
City
Telephone
Contact Name