I getting an error saying that there is a syntax error in the inser into, dont know where it is?
I'm using SQl within Access VBA
SQLstring = "INSERT INTO Reason_Code_Access(Reason_Code, Group, Full_Description) VALUES " & _
"(' " & ReasonCodeVar & " ' , ' " & GroupUploadVar & " ' , ' " & DescriptionUploadVar & " ')"