> I am running into a really odd problem with Access and looking for some
> insight as to what could be causing my issue. Basically this SQL
[quoted text clipped - 24 lines]
>
> Any Ideas?
Using a dumb example, let's say I have an Order and 2 customers
associated with the order. If I did a sum on the order amount
(contained in the order table) and I was linked also to the
CustomerOrder table, I woulld get a doubling value.
Any easy way to view this is to make a copy of your query. Remove the
Totals query so it becomes a simple SQL select. Now filter on the
category that it is messing up on. I think you'll find that somehow you
have 2 records of something that makes it double.
tranceport185 - 22 Mar 2006 01:40 GMT
Son of a gun your right I was just thinking about this the wrong way
perfect thank you!! Just to tell you what happened, the cash
transactions have 2 lines total cash paid and change given that was it.