Report Builder Tutorial
This tutorial will explain how to design a very simple report, then gradually add new features to the same report to show how to create reports. Even though the database files used in the tutorial are different than yours, the steps involved are still the same.
The database file structure for the tutorial database is very simple:
FIELD NAME DESCRIPTION
NAM:Lastname |
name |
NAM:Firstname |
name |
NAM:Middle |
Initial |
NAM:Adrs1 |
Line 1 |
NAM:Adrs2 |
Line 2 |
NAM:City |
|
NAM:State |
|
NAM:Zipcode |
Code |
NAM:Country |
|
Later in the tutorial a report using 2 database files that are related to each other will be used to show how to create advanced reports.