AccessAmateur
Registered User.
- Local time
- Today, 00:29
- Joined
- Feb 13, 2003
- Messages
- 30
What is the VBA code equivalent to an append query?
Query SQL is:
INSERT INTO Table1 ( NBR )
SELECT Table2.NBR
FROM Table2;
Thanks
Query SQL is:
INSERT INTO Table1 ( NBR )
SELECT Table2.NBR
FROM Table2;
Thanks