Y
yuval
Dear anyone,
I try to use Dsum function to total the amount of order per each
product.
I have "invoice details" table and "products" table where I want to
update a field to be the total amount of orders per product.
I write
DSum("[amount]","invoice details","[product id]= " & " ' " & [product
id] & " ' ")
but I get blank values.
Can anyone help, I'll certainly appricate it.
Yuval
I try to use Dsum function to total the amount of order per each
product.
I have "invoice details" table and "products" table where I want to
update a field to be the total amount of orders per product.
I write
DSum("[amount]","invoice details","[product id]= " & " ' " & [product
id] & " ' ")
but I get blank values.
Can anyone help, I'll certainly appricate it.
Yuval