G
Guest
I have a master table and another table that contains some of the fields of the master table. I want to first update the master table with the records that have a matching IP Address field. What I need to know is do I need to make the IP Address field my primary key? In which table or both? Or do I just need to index the field in each table? I want to do an update query and then do an append query to make new records in the master table where the IP Address field does not match. Is this a good idea? Any help you can give me would be great. Thanks in advance. Matt