E
Eddy
This is the text of the sql line I am trying to execute
sql="UPDATE Leads SET Leads.Name = ' " & Forms!frmInvoice!
frmCustomer!CompanyName & " ' WHERE ID=5"
If I use a value without a single quote in the
CompanyName, it works fine. If I use something like
Larry's Steakhouse, it fails. Is there any way to get this
to work for all instances?
Thanks
sql="UPDATE Leads SET Leads.Name = ' " & Forms!frmInvoice!
frmCustomer!CompanyName & " ' WHERE ID=5"
If I use a value without a single quote in the
CompanyName, it works fine. If I use something like
Larry's Steakhouse, it fails. Is there any way to get this
to work for all instances?
Thanks