I am still using version 7 Crystal. I have an Oracle table that's holding data from our Hansen System.
The tables I am linking go in a one to many to many relationship.
As long as I stop at the first group of tables (the one to many relationship), all is well, however as soon as I add another table I get a cascade.
Table1 gives me a Service Number
Table2 gives me perhaps 2 orders for this service number.
Table3 gives me 2 mechanics for the service number.
Everything works fine to here. However
Table4 that should give me total parts cost for the service number, gives me that total for each work order. so if there was 4 work orders in the servce number I would get the total parts cost 4 times instead of just once for the service number.
I have turned this everyway I can think of Left join, right join, reversed the link. I'm lost!
What can I do to over come this problem.
Sorry if this is not clear a clear example.
Thanks
Curt
The tables I am linking go in a one to many to many relationship.
As long as I stop at the first group of tables (the one to many relationship), all is well, however as soon as I add another table I get a cascade.
Table1 gives me a Service Number
Table2 gives me perhaps 2 orders for this service number.
Table3 gives me 2 mechanics for the service number.
Everything works fine to here. However
Table4 that should give me total parts cost for the service number, gives me that total for each work order. so if there was 4 work orders in the servce number I would get the total parts cost 4 times instead of just once for the service number.
I have turned this everyway I can think of Left join, right join, reversed the link. I'm lost!
What can I do to over come this problem.
Sorry if this is not clear a clear example.
Thanks
Curt