I am using the below SQL to try and put content in a textbox, to a different table. It was working until I added the text 43, and text 109 section
DoCmd.RunSQL "INSERT INTO tbl_EmailsSent (AccountNumber, Email1, ID, LoggedUser, LoggedDate)
VALUES (' " & Me.Text8 & "', 'Sent', ' " & Me.Text109 & ", ' " & me.Text43 "');
Can you see the mistake? Because I cant unfortunately