software. records fields each record is made up of fields – categories of information. the fields...

7
Software

Upload: jason-mccoy

Post on 13-Jan-2016

212 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Software. Records Fields Each record is made up of fields – categories of information. The fields here are Name, Surname, Address, Telephone and Date

Software

Page 2: Software. Records Fields Each record is made up of fields – categories of information. The fields here are Name, Surname, Address, Telephone and Date

Records

Fields

Each record is made up of fields – categories of information.

The fields here are Name, Surname, Address, Telephone and Date of birth.

File

Page 3: Software. Records Fields Each record is made up of fields – categories of information. The fields here are Name, Surname, Address, Telephone and Date
Page 4: Software. Records Fields Each record is made up of fields – categories of information. The fields here are Name, Surname, Address, Telephone and Date

Let’s get it right?

Here are some more field names and data types:

Fields are of a certain data type. For example, Name and Surname are text; Date of birth is not text but a date.

Data Types

text date

Page 5: Software. Records Fields Each record is made up of fields – categories of information. The fields here are Name, Surname, Address, Telephone and Date
Page 6: Software. Records Fields Each record is made up of fields – categories of information. The fields here are Name, Surname, Address, Telephone and Date

Can I have a go?

This database shows records of students joining a college. Can you match the data type to the field name?

Page 7: Software. Records Fields Each record is made up of fields – categories of information. The fields here are Name, Surname, Address, Telephone and Date

Forms and reports

Forms are designed to be viewed on screen. They make it easier for users to enter data into a database.

Reports are designed to be printed.