E
Ezekiël
Hi everybody,
Who can help me with the dsum function in vba?I can't get it quit right if i
use a select statement in the expression.
I would like to make a calculation by using 2 tables that are related. One
table contains prices of orders and the other table is a list with values
which i would like to calculate.
The code looks like this:
Dsum("[price]","orders","Id=me![cmbOrderId]")*
Dsum("Select....","pricegroups","? (I don't know what to fill this part")
Greetings,
Ezekiël
Who can help me with the dsum function in vba?I can't get it quit right if i
use a select statement in the expression.
I would like to make a calculation by using 2 tables that are related. One
table contains prices of orders and the other table is a list with values
which i would like to calculate.
The code looks like this:
Dsum("[price]","orders","Id=me![cmbOrderId]")*
Dsum("Select....","pricegroups","? (I don't know what to fill this part")
Greetings,
Ezekiël