I know this is a very basic question but my brain is broke. How do I insert multiple records with a strSQL statment.
my example:
dim strSQL as String
dim strSQL2 as String
strSQL = "INSERT INTO myTable(Field1, Field2)" & _
"Values("myStuff","moreStuff")"
strSQ2L = "INSERT INTO...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.