T
Trentongg
I have a sub routine that is called from a form that imports a spreadsheet
and adds the records to an existing table. Each time I import a spreadsheet
to the table I need to count how many records were imported. I was able to
do this by creating a dup table to hold just the new records and then run a
query on this table to count the records. Isn't there a better way to do
this in a sub routine?
and adds the records to an existing table. Each time I import a spreadsheet
to the table I need to count how many records were imported. I was able to
do this by creating a dup table to hold just the new records and then run a
query on this table to count the records. Isn't there a better way to do
this in a sub routine?