In Access (up to version 2002) this does NOT work:
INSERT INTO <table> (<columnlist>)
SELECT <columnlist) FROM <table>
UNION
SELECT <columnlist) FROM <table>
UNION
...
Does anybody know an solution to this problem? (I do not want to use temp tables!)
Greetings
Ronald
INSERT INTO <table> (<columnlist>)
SELECT <columnlist) FROM <table>
UNION
SELECT <columnlist) FROM <table>
UNION
...
Does anybody know an solution to this problem? (I do not want to use temp tables!)
Greetings
Ronald