N
N i M d A
Hi all,
How can I copy & paste more than 65,000 records in access?
Thanks in advance
How can I copy & paste more than 65,000 records in access?
Thanks in advance
N i M d A said:Hi all,
How can I copy & paste more than 65,000 records in access?
Thanks in advance
N i M d A said:copy records from access table & paste it to another existing table in the
same access database
John W. Vinson/MVP said: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!