S
Sammie
I am calculating a total from a table called "allocation" and using the Dsum
function below on an update query to put that total in the table called
"shipments". This works ok, but I would like to be able to put that same
total on just one record on a form based on the "shipments" table after
updating the record instead of updating all the records in my table. What
should the data value be on the control to do this? I either get huge
numbers or #Name? errors when I put the following dsum statement in the
field.
DSum("[BankAmount] + [BankFees]","Allocation","[LookUptoshipments] = " &
[Lookuptoshipments])
I will be grateful for any help.
Sammy
function below on an update query to put that total in the table called
"shipments". This works ok, but I would like to be able to put that same
total on just one record on a form based on the "shipments" table after
updating the record instead of updating all the records in my table. What
should the data value be on the control to do this? I either get huge
numbers or #Name? errors when I put the following dsum statement in the
field.
DSum("[BankAmount] + [BankFees]","Allocation","[LookUptoshipments] = " &
[Lookuptoshipments])
I will be grateful for any help.
Sammy