plus_stick
New member
- Local time
- Tomorrow, 05:55
- Joined
- Jul 10, 2013
- Messages
- 7
Hi everyone.
I'm trying to copy records from another base into existing table in current base by:
But it doesn't run.
Says insert into syntax error.
Please, correct my code.
Thanks in advance.
I'm trying to copy records from another base into existing table in current base by:
Code:
DoCmd.RunSQL ("INSERT INTO pivot (RFO_CLIENT_ID, FOLDER_DATE_CREATE, start_time, end_time) SELECT (RFO_CLIENT_ID, FOLDER_DATE_CREATE, start_time, end_time) FROM svod IN 'Z:\NPS\NPS - Operator - 1.accdb' ")
Says insert into syntax error.
Please, correct my code.
Thanks in advance.