Copy and paste is only rarely appropriate for Access.
If the real question is "How can I copy more than 65000 records from <some
unstated source> into an Access table" the answer is to use an Append query;
if the source of data is external to Access, you can probably use File...
Get External Data... Link to link to it, and base an append query on the
linked table.
Create a Query based on the source table, using whatever criteria you need
to select the desired records. Change it to an Append query and select the
second table to append the records to. If the fieldnames don't match exactly
you may need to specify which field gets appended to which.
Note that storing data redundantly in two different tables is rarely either
necessary nor a good idea; just be sure that you really need to do this!
Create a Query based on the source table, using whatever criteria you need
to select the desired records. Change it to an Append query and select the
second table to append the records to. If the fieldnames don't match
exactly you may need to specify which field gets appended to which.
Note that storing data redundantly in two different tables is rarely
either necessary nor a good idea; just be sure that you really need to do
this!
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.