funderburgh
Registered User.
- Local time
- Today, 13:09
- Joined
- Jun 25, 2008
- Messages
- 118
I have created a simple query to calculate averages from data in the records of one table. I have no selection criteria in this query, I want to calculate averages for each record and use the resulting recordset as the basis for a report.
In my table there are 811 records, but the query returns 1271 records into the recordset.
The query is extremely straight forward, it simply consists of the fields I want to average and the calculated fields.
If someone can suggest why I am not getting exactly the number of records in the table that I am querying, I would be grateful for the assistance.
In my table there are 811 records, but the query returns 1271 records into the recordset.
The query is extremely straight forward, it simply consists of the fields I want to average and the calculated fields.
If someone can suggest why I am not getting exactly the number of records in the table that I am querying, I would be grateful for the assistance.