R
Russ via AccessMonster.com
I have the following code in a text box;
=DSum("[PaymentAmount]","tblOrderPayments","[OrderID] = Forms![frmOrders]!
OrderID")
text box is set to currency, but will not show $0.00 when no information is
in the text box.
Any suggestions?
=DSum("[PaymentAmount]","tblOrderPayments","[OrderID] = Forms![frmOrders]!
OrderID")
text box is set to currency, but will not show $0.00 when no information is
in the text box.
Any suggestions?