Syntax error (missing operator) in query expresion '[tblLCDAssess].[Short Name] = Bees Test'
I keep getting this error when i run a form that uses the below line of programming. The I assume i am misusing the comparison operator for matching 2 strings but i dont know what else to do. Ive checked all of the sources and they are all fine. I have narrowed it down to a coding problem. Any ideas?
[tblLCDAssess].[Short Name] = " & Me.RecordsetClone![Short Title] & ";
I keep getting this error when i run a form that uses the below line of programming. The I assume i am misusing the comparison operator for matching 2 strings but i dont know what else to do. Ive checked all of the sources and they are all fine. I have narrowed it down to a coding problem. Any ideas?
[tblLCDAssess].[Short Name] = " & Me.RecordsetClone![Short Title] & ";