G
Gregg
I want to insert records into an Access 2003 .mdb table.
Append queries don't seem to fit since I will be
inserting different numbers of records depending on user
input in a form. Creating a module using INSERT from SQL
in a loop seems perfect, but I can't find how to execute
the SQL statement that I would assemble in that loop. Is
there a RunSql command or something similar? Thanks!
Append queries don't seem to fit since I will be
inserting different numbers of records depending on user
input in a form. Creating a module using INSERT from SQL
in a loop seems perfect, but I can't find how to execute
the SQL statement that I would assemble in that loop. Is
there a RunSql command or something similar? Thanks!