That_Is_My_El_Camino
12-23-2006, 12:57 PM
Is there any way to do a shit-ton of INSERT queries with MS Access 2000, outside of real programming, without making a new/separate query for each of them?
I mean I want to do a couple hundred queries like:
INSERT INTO A (1, 2, 3, ...);
INSERT INTO A (2, 3, 4, ...);
INSERT INTO A (3, 4, 5, ...);
without having to either create a new, separate query for each INSERT or replacing the old INSERT with another INSERT, executing that INSERT, and replacing it with yet another new INSERT.
I could do it with Visual C++, but that's a lot of programming and bullshit for something that, I would think, should be so fuckin' simple. :(
I mean I want to do a couple hundred queries like:
INSERT INTO A (1, 2, 3, ...);
INSERT INTO A (2, 3, 4, ...);
INSERT INTO A (3, 4, 5, ...);
without having to either create a new, separate query for each INSERT or replacing the old INSERT with another INSERT, executing that INSERT, and replacing it with yet another new INSERT.
I could do it with Visual C++, but that's a lot of programming and bullshit for something that, I would think, should be so fuckin' simple. :(