Basics: Overview
This tutorial will explain how to design a very simple report and then gradually add new features to the same report to show how to create increasingly more sophisticated 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 is very simple:
FIELD NAME DESCRIPTION
NAM:Lastname First name
NAM:Firstname Last name
NAM:Middle Middle Initial
NAM:Adrs1 Address Line 1
NAM:Adrs2 Address Line 2
NAM:City City
NAM:State State
NAM:Zipcode Zip Code
NAM:Country Country
Later in the tutorial a report using two database files that are related to each other (aka: a relational database) will be used to show how to create advanced reports.