I understand that by default it creates a new table. My question is, Why
don't you then grab the records from the imported table and merge them into
your primary table, then delete the temporary table. This is how most
people would handle data that is imported on a regular basis. You (of
course) would want an Import Date field in your table if you will need to
know when the records were imported. You could use this field as criteria
in your report. One big advantage here is that you could then report off of
all the data, or just some of the data.
Rick B