I am trying to insert a data table retrieved from excel sheet onto Access DB but I am getting the following error:
“Insert: Syntax error (missing operator) in query expression ‘Service ID’.”
I have a multiple fields and one is called ‘Service Account’. I want to use the “Insert” activity but cannot make it run successfully.
I tried to run a query in order to insert a value onto the faulty field and I was able to insert that value using the following query: “INSERT INTO [passwordexpDB] ([Service Account]) values(‘ABC.mx’);”
Can you please help me to fix my ‘‘Insert’’ activity?