Q&A

Q1:

Describe the problem associated with setting the Record Locks property to No Locks.

A1:

With No Locks, Access does not lock any data while it runs the report. Users can modify the data while the report is running, rendering subtotals and percentages of total calculations incorrect.

Q2:

Explain the main reason you may see #error# in a control on a report when you run it.

A2:

Access does not allow you to give a control the same name as any field in the expression on which it is based. In other words, if you have a control named qty, you cannot base it on the expression =qty*price.

Q3:

Explain the concept of the Link Child and Link Master properties.

A3:

The Link Child fields are the fields from the child report that link the child report to the master report. The Link Master fields are the fields from the master report that link the master report to the child report.

Q4:

Explain what differentiates a sorting from a grouping.

A4:

When you designate a group header or a group footer in the Sorting and Grouping window, you create a grouping. Without the group header or group footer, Access uses the field or expression for sorting only.



    Part III: Creating Your Own Database and Objects
    Part V: Advanced Topics