Dear all,
I'm looking for a way to insert records into an access table through SQL. I know you can insert one record by "INSERT INTO "TABLE" (...,...,..) VALUES (...,...,...) but i cant find a way to insert multiple records at the same time... Anybody a way?