A
Adam Clauss
I want to create an INSERT INTO query that inserts multiple records - but NOT from another table. I simply want to build the values
straight into the query. In MySQL it would be done as:
INSERT INTO table (a,b,c) VALUES (1,2,3),(4,5,6)
Can this not be done with Access?
straight into the query. In MySQL it would be done as:
INSERT INTO table (a,b,c) VALUES (1,2,3),(4,5,6)
Can this not be done with Access?