D
Deb
I have a report with a calculation problem. The report is
based on a query that has several tables. The first table
is an orders table with a freight charge field. This table
is linked to an order details table. I need the freight
charge to calculate only once for each order while still
showing the underlying detail. In my report, I need to
combine multiple orders, showing a total freight. My
problem is that the freight charge is being added to every
record in the order details instead of being added to each
record in the main orders table. Any ideas?
based on a query that has several tables. The first table
is an orders table with a freight charge field. This table
is linked to an order details table. I need the freight
charge to calculate only once for each order while still
showing the underlying detail. In my report, I need to
combine multiple orders, showing a total freight. My
problem is that the freight charge is being added to every
record in the order details instead of being added to each
record in the main orders table. Any ideas?