Hi,
I have a form having this format:
A, B, C, D, E, F, G
I need to produce a Total that adds A, B, C, D, E, F, G for each record
I tried to create a query to sum these fields and then look up the value using this:
=DLookUp("[Total]","[qryTotUniv]","[BranchId]=" & [Forms]![RegBranch1]![BranchId])
However nothing is appearing
Is there another way? Or am I doing anything wrong?
I have a form having this format:
A, B, C, D, E, F, G
I need to produce a Total that adds A, B, C, D, E, F, G for each record
I tried to create a query to sum these fields and then look up the value using this:
=DLookUp("[Total]","[qryTotUniv]","[BranchId]=" & [Forms]![RegBranch1]![BranchId])
However nothing is appearing
Is there another way? Or am I doing anything wrong?