Thread: product total
View Single Post
  #1  
Old November 19th, 2004, 03:29 PM
Abrm
external usenet poster
 
Posts: n/a
Default product total


hi,

I am designing a calculation program. It has 2 tables, calc_header, calc_part
The calc_header has many parts. and the product_price
The calc_part has a sales price.

for creating a product_price, I just calculate all the calc_part!sales price.
Know the I have a sales price. This is different than the sum of
calc_part!sales price

If put it in the product_price, the sum isn't correct.

How can I calcuclate all the different calc_part!sales price? so it works at
two sides.