D
DS
I'm getting the operation canceled error when I run this DSum. It must be
my Syntax!
Forms!frmCheckPayment!TxtDivideGrand =
Nz(DSum("iif(CDInclusive=-1,[CDQuantity]*[CDPrice]/1+[CDTaxRate],[CDQuantity]*[CDPrice]*[CDTaxRate])",
"tblChecksTMP", "CheckID = " & Me.TxtCheckID), 0)
Any help appreciated,
Thanks
DS
my Syntax!
Forms!frmCheckPayment!TxtDivideGrand =
Nz(DSum("iif(CDInclusive=-1,[CDQuantity]*[CDPrice]/1+[CDTaxRate],[CDQuantity]*[CDPrice]*[CDTaxRate])",
"tblChecksTMP", "CheckID = " & Me.TxtCheckID), 0)
Any help appreciated,
Thanks
DS