totn Access 2003 Reports

MS Access 2003: Property Summary for Report

This MSAccess tutorial summarizes the reports properties covered in this Access 2003 tutorial (with screenshots and step-by-step instructions).

Summary of Report Properties

That covers the more commonly used properties on a Report object.

For the purposes of this tutorial, we've set the Report properties as follows:

Record Source

We have set the Record Source as follows:

SELECT Suppliers.*
FROM Suppliers
WHERE ((([Suppliers].[SupplierID])<10));

Microsoft Access

Caption

We have set the Caption as follows:

Suppliers Report

Microsoft Access

You can close the Properties by clicking on the X in the top right corner of the Property Sheet.

Now, let's build our report.