Hi all,
I get a syntax error with the following code:
Public Sub TEST()
DoCmd.RunSQL "Update TEST_TNS Set Total_Net_Sales = "Total_Net_Sales" + DSum("Total_Net_Sales","TEST_TNS","Division = 'Common'") " & _
" Where Division IN ('MC','AK')"
End Sub
Can anyone help me out here...