help with count

L

Loretta

I need to do a count in a query or form that I can use for further
calculations. I have the query done but it counts the ID and then multiplys
it by the count. So if I have three records it reports it as 9, 2 as 4, 4 as
12.
 
F

fredg

I need to do a count in a query or form that I can use for further
calculations. I have the query done but it counts the ID and then multiplys
it by the count. So if I have three records it reports it as 9, 2 as 4, 4 as
12.

No way to tell what's happening without seeing the query SQL.
Post it.
 
Top