What is wrong with my SQL statement? I'm betting it's something simple, like a quote in the wrong place or something, but I can't figure it out.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
<o></o>
Thank you in advance!
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
Code:
DoCmd.RunSQL "UPDATE Table1 SET Table1.Field2='Deleted', WHERE Table1.Field1=" & variable1
Thank you in advance!