totn Access 2010 Reports

MS Access 2010: Property Summary for Report

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

Summary of Report Properties

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

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 Products.*
FROM Products
WHERE (((Products.UnitPrice)<500));

Microsoft Access

Caption

We have set the Caption as follows:

Products 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.