I am trying to write an SQl statement in my Access Module. I can't use the " where they belong, is there a way I can use ( instead?
My SQL statement Reads:
DoCmd.RunSQL"UPDATE [Quarterly Report] SET [Quarterly Report].Jan = DSum("[Jan]",'Quarterly Report',"
My SQL statement Reads:
DoCmd.RunSQL"UPDATE [Quarterly Report] SET [Quarterly Report].Jan = DSum("[Jan]",'Quarterly Report',"
='Number of New Corporate Members'"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
WHERE ((([Quarterly Report].Category)="Total"
);"
This code works when I use it in a query, but when I try to use it in the Module I get an error.
WHERE ((([Quarterly Report].Category)="Total"
This code works when I use it in a query, but when I try to use it in the Module I get an error.