I want to insert multiple values into an Access 2010 table, but I can\'t seem to find a way.
MySQL had a nice way:
INSERT INTO Production.UnitMeasure
VAL
MS Access does not allow multiple insert from same sql window. If you want to insert, say 10 rows in table, say movie (mid, mname, mdirector,....), you would need to open the sql windows,
Very boring. Instead you could import the lines from excel by doing:
The whole dataset in the excel has been loaded in the table "MOVIE"