Mark Dixon Page 1 04 – Database Design: Forms. Mark Dixon Page 2 Session Aims & Objectives Aims...

14
Mark Dixon Page 1 04 – Database Design: Forms
  • date post

    18-Dec-2015
  • Category

    Documents

  • view

    217
  • download

    2

Transcript of Mark Dixon Page 1 04 – Database Design: Forms. Mark Dixon Page 2 Session Aims & Objectives Aims...

Mark Dixon Page 1

04 – Database Design: Forms

Mark Dixon Page 2

Session Aims & Objectives• Aims

– To allow easier data entry using forms

• Objectives,by end of this week’s sessions, you should be able to:

– create a form that allows data entry into a table

Mark Dixon Page 3

Table Interface• currently we can enter data into a table

• cannot always see all fields– fields too long

• not very usable (user-friendly)

Mark Dixon Page 4

Forms: What• Designer specified layout

• Used for both input and output

• Based on either– table, or– query

• must use query to show fields from more than one table

Mark Dixon Page 5

Forms: How

Mark Dixon Page 6

Forms: How

Mark Dixon Page 7

Forms: How

Mark Dixon Page 8

Forms: How

Mark Dixon Page 9

Forms: How

Mark Dixon Page 10

Forms: How

Mark Dixon Page 11

Forms: Design View

Mark Dixon Page 12

Forms: Properties• Click object

• change properties

Mark Dixon Page 13

Forms: Toolbox• Method of adding

controls to form

• Includes:– label– button– text box– check box– radio button– list boxes

Mark Dixon Page 14

Tutorial Exercise: Music• Task 1: Create a form for entering data into

the artist table

• Task 2: Create a form for entering data into the track table