I created a table with about 100 records. I then needed to insert another field for attachments, but since the table was getting crazy with so many fields, I thought I would create a separate table just for documents/attachments. In the "main" table I have had occasion to delete records and noticed that the ID numbers were deleted along with the record. I think I read somewhere that this was not a concern.
I thought the easiest way to create my new table would be to cut and paste the master into the new and then delete all the fields I did not need. However, all of the ID numbers were put back in the new table and the records in the new table don't match with the ID numbers and records in the master table.
What am I missing here? Thanks in advance.