T
Tanya via AccessMonster.com
Hi,
this works below for a numeric value but not for a text value. (Region is
text)
could someone please help with my syntax?
thanks
Dim curSum As Currency
curSum = Nz(DSum("[Total]", "[WIP_Report_Initial_b]", " 'Region' = " & Me.
State), 0)
Me.txtOrderTotal = curSum
this works below for a numeric value but not for a text value. (Region is
text)
could someone please help with my syntax?
thanks
Dim curSum As Currency
curSum = Nz(DSum("[Total]", "[WIP_Report_Initial_b]", " 'Region' = " & Me.
State), 0)
Me.txtOrderTotal = curSum