G
Guest
OK - I am going brain dead - I cannot spot what is wrong with the follow
statement
DoCmd.RunSQL "UPDATE [License] SET Desc= """ & Buildnum & """ " & _
"WHERE Id= 1 WITH OWNERACCESS OPTION"
Desc is a memo field, Id is a number field and Buildnum is a String variable
- have tried several different iterations of "" but with no success!
Any help would be GREATLY appreciated - battled with this all day!!
Jerry
statement
DoCmd.RunSQL "UPDATE [License] SET Desc= """ & Buildnum & """ " & _
"WHERE Id= 1 WITH OWNERACCESS OPTION"
Desc is a memo field, Id is a number field and Buildnum is a String variable
- have tried several different iterations of "" but with no success!
Any help would be GREATLY appreciated - battled with this all day!!
Jerry