Hello,
I am trying to insert data from two fields, eventually more. Could you please tell me how I would code the two fields? I have the following for my insert statement and am not sure about the syntax before frmcontact.
When do you use double and single quotes?
sqlStatement = "INSERT INTO Meta_Data (Source,Contact) VALUES ('"& frmSource & "')" & "'" & ('"frmContact"')"
Thank you.
I am trying to insert data from two fields, eventually more. Could you please tell me how I would code the two fields? I have the following for my insert statement and am not sure about the syntax before frmcontact.
When do you use double and single quotes?
sqlStatement = "INSERT INTO Meta_Data (Source,Contact) VALUES ('"& frmSource & "')" & "'" & ('"frmContact"')"
Thank you.