I have inherited the maintenance of a small database containing several tables and queries. None of our tables are related. Our main table contains over 8000 records. It has several repeating fields, such as email 1, 2… 31. I’d like to move these fields into their own related table, called tblEmail.
I have tried using the table analyzer, but I didn’t like the results. The Table Analyzer used a lookup field to relate tblEmail, which I didn’t want. Also, it renamed my table to Table1. I didn’t want that either.
I’d like to move these fields into their own related table. The new table would have Automatic Number as the primary key. I’d like to use the main table’s primary key as a foreign key to relate the tables.
Could I use an append query to move these fields or is there any easier way to break a table without using the table analyzer?
Thank you for your help.
I have tried using the table analyzer, but I didn’t like the results. The Table Analyzer used a lookup field to relate tblEmail, which I didn’t want. Also, it renamed my table to Table1. I didn’t want that either.
I’d like to move these fields into their own related table. The new table would have Automatic Number as the primary key. I’d like to use the main table’s primary key as a foreign key to relate the tables.
Could I use an append query to move these fields or is there any easier way to break a table without using the table analyzer?
Thank you for your help.