G
Guest
I use a control with the following control source to get a net due amount:
NetDue=Nz([QuotedAmount])-Nz([Coupon])-Nz([discamount])+Nz([PriceAdjustment])-Nz([CRAppliedToDate])-Nz([RecToDate])+Nz([Gratuity])-Nz([AmtDirectCG])+Nz([CGARTipTotal])
Note that [RecToDate] from above is also a control on the form with the
following control source:
RecToDate=IIf(IsNumeric(ARApplied.Form!SumOfRecAmount),ARApplied.Form!SumOfRecAmount,0)
My problem: If there is actually receipt to date, then NetDue is blank; if
there is no actual receipt to date then NetDue calculates fine. What can the
problem be?
Thanks in advance,
Chrissy
NetDue=Nz([QuotedAmount])-Nz([Coupon])-Nz([discamount])+Nz([PriceAdjustment])-Nz([CRAppliedToDate])-Nz([RecToDate])+Nz([Gratuity])-Nz([AmtDirectCG])+Nz([CGARTipTotal])
Note that [RecToDate] from above is also a control on the form with the
following control source:
RecToDate=IIf(IsNumeric(ARApplied.Form!SumOfRecAmount),ARApplied.Form!SumOfRecAmount,0)
My problem: If there is actually receipt to date, then NetDue is blank; if
there is no actual receipt to date then NetDue calculates fine. What can the
problem be?
Thanks in advance,
Chrissy