You cannot change it into an append query, because that is Access native only...
Keep the Pass through but make it Action query:
Query>Query Specific> Pass through
Now right click yuor title bar of the query (while still in design mode)
Find the property "Return records" which should be set to Yes and change it to No...
Now you have changed it to a PT-Action query which can be run Using either RunSQL or Currentdb.Execute.
Keep the Pass through but make it Action query:
Query>Query Specific> Pass through
Now right click yuor title bar of the query (while still in design mode)
Find the property "Return records" which should be set to Yes and change it to No...
Now you have changed it to a PT-Action query which can be run Using either RunSQL or Currentdb.Execute.