I am working on a query that pulls info from a table and then pulls sums from columns of other tables. When I join the first table, the sum works fine. When I join the second table, both sums now calculate totally incorrect. I believe this is because each join is returning multiple rows and they accumulate in the returned recordset before calculating.
Anyone have any ideas?
Thanks!
Ed
Anyone have any ideas?
Thanks!
Ed