I have tblAddress that contain over 4000 records. There are 70 more records in a seperate table that need to be added into tblAddress. Currently, these 70 records are in a seperate table called tblSAddress which has the same structure as tblAddress. I was trying to use Append query to append all records in tblSAddress to tblAddress, but it did not work. The append query seems work fine when you want to append records to an empty table, but how about the table that already have some records?
Any idea will be really appreciated!
Nadalia
Any idea will be really appreciated!
Nadalia