J
Jay
I have code in a module as follows:
strSql = "Update tbl_admin Set tbl_admin.email_LastDateSent = " & Now
DoCmd.RunSQL strSql
The field email_LastDateSent is a Date field. I get an error message
"Syntax error (missing operator)" What syntax am I missing.
Thanks
strSql = "Update tbl_admin Set tbl_admin.email_LastDateSent = " & Now
DoCmd.RunSQL strSql
The field email_LastDateSent is a Date field. I get an error message
"Syntax error (missing operator)" What syntax am I missing.
Thanks