M
Morgan
I need some help on a subform and form, I am trying to
get a DSum Value or Total from all columns from a
subform. the problem is, I don't know how to refer the
Expression to the subform. This is my code.
=IIf(IsNull([client ID]),0,DSum("[Total]","Payment
mgr","[client ID]=" &[client ID]))
The subform that I need to refer to is called " payments
subform " and I don't know how to put that in the
expression.
Thanks in advance for any help.
get a DSum Value or Total from all columns from a
subform. the problem is, I don't know how to refer the
Expression to the subform. This is my code.
=IIf(IsNull([client ID]),0,DSum("[Total]","Payment
mgr","[client ID]=" &[client ID]))
The subform that I need to refer to is called " payments
subform " and I don't know how to put that in the
expression.
Thanks in advance for any help.