Access 2003 Quick Tutorial
Access 2003 Quick Tutorial
1. If there is no Access shortcut on the desktop, select Start, then Programs, then
Microsoft Office, and then Access.
2. When access is open select File and then click on Blank Database to create a
new database and then click on OK
OR
If you have a database on file click on Open Existing Database and then select the
file that you wish to open and click on OK.
3. Next you will be asked to name the database you are about to create. Select
which directory you would like to save the file in and in the file name box
delete db1 and type in ABC-Clinic. Then click on the Create button.
Tables
Creating a Table:
Saving a Table:
1. Click on the Save button on the toolbar or select File and Save As. Type in the
name of the table, i.e, Patient, in the Table Name text box and then click OK.
2. Close out the table by clicking on the close button or select File and Close.
1. In the Database window, click on the Patient table and then click on Open (Or
double click on Patient).
2. Add in the following information
i.e. For example, type AM53 as the first patient number then press the TAB key to
move to the next field. Enter the Last Name, then press Tab again to go to the next
field, and so on.
1. Within the Patient table select Insert and then New Record. Access will place the
insertion point in position to enter a new record. However, this can happen automatically
as you are typing
2. Add the remaining records to the patient table.
3
2. Click on the Print Preview button or select File and Print Preview.
3. Next select File and Page Setup. This allows you to chose between different page
sizes and layouts, as well as change the page margins. I.e. landscape or portrait
view.
4. Click on the Page tab; click on Landscape and then click on the OK button.
5. If the entire table is not on the page change the Left and Right text box margins.
Try .333 in the left and right margins text boxes.
6. Click the OK button.
7. Click the Print button to print the report or select File and Print. Then close
the Preview window.
1. Make sure the ABC-Clinic database is open and the Table tab is selected and
click on the New button.
2. Click Design View in the New Table dialog box and click on OK.
3. Next enter the data for the fields for the Therapist table. Be sure to click the
Primary key button when you enter the Number field.
4. Now, enter the following into the table.
4
1. Click on the Close button for the Patient: Table window (Be sure to save first)!
2. Click on the Close button for MS Access or click on File and Exit.
Forms
Creating a Form:
1. Make sure the ABC-Clinic database is open and select the Patient table.
2. From the menu on the left, click Forms. Then double-click Create using
Wizard.
3. Select fields for the form you want to make. Click next.
4. Choose the rest of the options you would like for the form and click next after
each selection.
5. Name your form Patient and click Finish.
5
Forms can be used to add new records or change existing ones. It allows you to view one
record at a time.
1. In the database window select the Forms tab. The form patient should appear.
2. To open the form Patient, select Patient and then click Open.
3. To view the next record in form view, click on the arrow next to the text box at
the bottom.
4.
5. You can switch back and forth from datasheet view to form view by clicking on
the Form View button. This button is located in the top left corner of the screen
when a form is open.
Form View
Reports
Creating a Report:
1. Click on the Tables tab in the database window. Make sure the Patient table is
selected. From the Object menu click Reports.
2. Next double-click Create report using wizard.
3. From the Available Fields menu choose the required fields and click the ‘ > ‘
symbol to add them to Selected Fields. When done, click Next.
4. Choose sort by Patient Number and select A – Z. Click the Next button again
because you will not need to make any changes to the next screen.
5. The style presented is acceptable but make sure that corporate is select and then
click the Next button again.
6. Type Financial Report as the new title and click on the Finish button.
7. To see the entire report, click on the magnifying glass mouse pointer somewhere
within the report.
8. Close the report by clicking on the close button for the Financial Report window,
or select File and Close.
6
To Create a Query:
1. With the ABC-Clinic database open, select the Tables tab and then select the
Patient table. From the Object menu select Queries.
2. Double click on Create query in Design view.
3. From the Show Table window, add the following tables: Patient Number, Last
Name, First Name and Ther Number. Then close the Show Table window.
4. Maximize the query window by clicking on the maximize button.
5. Next maximize the Patient window by dragging on the corners to make it larger.
6. Double-click the Patient Number field to include it in the query.
7. Double-click the Last Name field to include it in the query. Do the same for the
First name and Ther Number fields by double clicking on them.
Running a Query:
1. Click on the Run button on the toolbar. The query is executed and the results are
displayed.
1. Maximize the window containing a field list for the Patient Table.
2. Double-click on the asterisk ( * ) in the field list box and then click on the Run
button.
3. Click the Query View button and select Design View to return to the Select
Query window.
To Clear a Query:
If you wish to run a query by using certain information but do not want that
information shown in the results you can click on the box in the Show area so that the
check mark does not appear. This means that the query will use the information from
that field to run the query but will not show results from this field.
1. Use the Query View button to return to the Select Query window. On the Edit
menu select Clear Grid.
2. Include the Patient Number, Last Name, First Name, Balance, Insurance and Ther
Number fields in the query.
3. Click the criteria entry for the Insurance field and type 0 as a criterion for the
insurance field. Click the criteria for Ther Number field and type 08 as the
criterion.
4. Click the Run button.
The results display only those patients whose insurance is $0.00 and whose
therapist number is 08 are included.
1. Click the criteria entry for the Insurance field and delete the 0 that was entered
earlier.
2. Click the criteria entry for the Balance field and enter >500 as the criterion. Click
the criteria entry for the Ther Number field and delete the entry 08.
3. Click on OR entry for the Ther Number field and type 08 as the entry.
4. Click on the Run button.
The results display only those patients whose balance is more than $500 or those
whose therapist
number is 08 are included.
Joining Tables:
1. Use the query view button to return to the select query window. On the Edit menu
select Clear Grid.
2. Right-click any open area in the upper pane of the Select Query window.
3. Click Show Table on the shortcut menu.
4. Click Therapist to select the therapist table, and then click the Add button.
5. Include the Patient Number, Last Name, First Name, and Ther Number fields
from the Patient table and the Last Name and First Name fields in the Therapist
table.
6. Access automatically indicates the relationship between the two tables by
inserting a line that joins the relationship field between the two tables.
7. Run the query. The results display data from the Patient table as well as data from
the Therapist table.
9
The results display only those patients with a balance more than $200
appears in the result. The Balance field is not displayed.
The results display the patient’s amounts. The parentheses around the $32.88 indicate
it is a negative
number; that is, the patient evidently has already paid more than the patient portion.
To Save a Query:
Click on the close button of the query window or select File and Close. Give a
name for the query and click on the OK button.