SIMPLE “TABULAR” TYPE REPORT
This report will show data from one table in a DB. To create the report follow these steps:
- Add a dialog form to the report. This form will be used to hold the data access component.
- Place a TfrBDETable component onto the form and change its settings as described below: DatabaseName = 'DBDEMOS', TableName = 'Customer.db'.
- Switch to the report form and click “Insert fields into the report” button

in the Wizard toolbar in the designer. In the open dialog box choose the required fields and click the OK button.

Now the report form will look something like this:

To view the report click the Preview button
on the toolbar.