G
Guest
I am attempting to get the following DSUM statement to work, however, all I
get is #Error.
The record source for the report is set to qryDELIVERYVOUCHER. The query
generates the following record source [PaymentAmount], [PaymentMethod]
On the report, I have a text box. The control source of the textbox has the
following:
=DSUM("PaymentAmount", "qryDELIVERYVOUCHER", "PaymentMethod=1")
As stated above, when the report is executed, I get the error: #Error.
What am I not doing?
Thanks,
Ray.
get is #Error.
The record source for the report is set to qryDELIVERYVOUCHER. The query
generates the following record source [PaymentAmount], [PaymentMethod]
On the report, I have a text box. The control source of the textbox has the
following:
=DSUM("PaymentAmount", "qryDELIVERYVOUCHER", "PaymentMethod=1")
As stated above, when the report is executed, I get the error: #Error.
What am I not doing?
Thanks,
Ray.