Queries, Relationships and Reports

S

Scott Reed

Ho do i make a DB with records that link to a report that will print off
averages, percentages ect.
 
K

KARL DEWEY

In the Footer use a textbox with the following as recorsource --
Avg([YourField])
 
Top