Pasting Additional Rows

  • Thread starter Thread starter Dale
  • Start date Start date
D

Dale

I have two databases (almost identical) that I'm copy data between two
of the tables. Table1 has 350 records and Table2 has 380 records. I'm
just trying to copy all the records from Table2 to Table1, but it only
copies the first 350 records. What can I do to allow it to copy all the
records?

Thanks!
 
Just do it in 2 steps. Copy the first 350, then copy the other 30.

Rick B


I have two databases (almost identical) that I'm copy data between two
of the tables. Table1 has 350 records and Table2 has 380 records. I'm
just trying to copy all the records from Table2 to Table1, but it only
copies the first 350 records. What can I do to allow it to copy all the
records?

Thanks!
 
How are you trying to copy them? Are you using an append query? If so, can
you post the SQL view of the query? The SQL view is just text so that you
can copy and paste it into a message.
 
Back
Top