Access 2 Skills
Access 2 Skills
Spring 2010
1
Revised 2010 Sherwood
• The Select the source and destination of the data view of the Get
External Data – Excel Spreadsheet window will appear
• From the Specify the source of the data area, click on the button
labeled Browse
2
• The name of your file will appear in the box labeled File name
• Confirm that the option button labeled Import the source data into a
new table in the current database is selected
• Click on the button labeled OK
3
• If applicable, click to place a check-mark in the box labeled First Row
Contains Column Headings
• Click on the button labeled Next
4
• Click on one of the following option buttons to specify the primary
key (a unique value used to identify each record in your table)
5
• In the box labeled Import to Table, type a descriptive name for the
table you are importing (for example, tbl_EmployeeInformation)
• Click on the button labeled Finish
• The Save Import Steps view of the Get External Data – Excel
Spreadsheet window will appear
• Click on the button labeled Close
6
• Your table will appear in the Navigation Pane
• The Select the source and destination of the data view of the Get
External Data – Excel Spreadsheet window will appear
7
• From the Specify the source of the data area, click on the button
labeled Browse
8
• The name of your file will appear in the box labeled File name
• Confirm that the option button labeled Link to the data source by
creating a linked table is selected
• Click on the button labeled OK
9
• If applicable, click to place a check-mark in the box labeled First Row
Contains Column Headings
• Click on the button labeled Next
• In the box labeled Linked Table Name, type a descriptive name for
the table you are linking (for example, tbl_EmployeeInformation)
• Click on the button labeled Finish
10
• A link to the selected table will appear in the Navigation pane (the
linked table may be identified by a blue arrow to the left of the Excel
icon)
11
• The Design view of your table will appear
• In the column labeled Field Name, select the field to which you wish
to add an input mask
• Click on the tab labeled General
• Click in the box labeled Input Mask
• Click on the . . . button that appears to the right of the field
12
• The Input Mask Wizard window will appear
• From the list that appears, select the input mask that you would like to
use (for example, Phone Number)
• Click on the button labeled Next
13
• Confirm that _ appears next to the box labeled Placeholder character
• Click on the button labeled Next
• Click on the option button labeled with the storage type you prefer (for
example, with the symbols in the mask)
• Click on the button labeled Next
14
• Click on the button labeled Finish
• Access will return to the Design view window and will display the
syntax of your input mask in the Input Mask field under the tab
labeled General
15
Creating a Lookup Column
16
• The Lookup Wizard window will appear
• Click on the option button labeled I want the lookup column to look
up the values in a table or query
• Click on the button labeled Next
• A list of the tables in your database (excluding the table you are
editing) will appear
• Click on the name of the table that contains the data you wish to use in
your lookup column (for example, tbl_EmployeeInformation)
• Click on the button labeled Next
17
• A list of the fields in the table you selected will appear
• In the box labeled Available Fields, click on the name of the field you
wish to include in your lookup column
• Click on the button labeled >
• Your field name will appear in the box labeled Selected Fields
• Repeat the previous steps until you have added all desired fields
• Click on the button labeled Next
18
• Click on the down-facing arrow next to the box labeled 1
• From the list that appears, select the field you wish to sort
• Repeat the previous steps until you have selected all fields you wish to
sort
• Click on the button labeled Next
19
• If desired, change the label for your lookup column
• Click on the button labeled Finish
20
Creating a Lookup Column by Entering in Values
A value list should only be used for values that will not change very often
and that do not need to be stored in a table. For example, a list for bonus
percentages would work well in this type of lookup column.
• Locate the name the of the field you wish to edit (for example,
Bonus%)
• Click on the down-facing arrow next to the field name
• From the drop-down menu that appears, select Lookup Wizard
21
• Type the values you wish to appear in the lookup column
• If necessary, adjust the width of the column
• Click on the button labeled Next
22
• Your lookup column will be available to use for data entry
23
Revised 2010