I am trying to automate records into an existing table using vba.
Is it necessary to create a form or a command... Can I just create a module and execute it?
I just want to create a while loop that will automate the primary key field. For example record 1 pk is record1 record2 pk is record2 and keep the other fields the same.