Hi,
I am trying to use SQL Insert INTO statement to add data to a database using MS Access. Is there anyway to add more than one row at a time?
I am using the following statement:
INSERT INTO Customers ('11123', 'Mike Jones', 45623); INSERT INTO Customers ('11124', 'Mike Jones', 45623); INSERT INTO Customers ('11125', 'Mike Jones', 45623);
Regards, Bipin
|
No responses found. Be the first to respond and make money from revenue sharing program.
|