Hello,
Can someone think of a way that I can ensure that duplicate data isn't input into my database. I have a house_table that has a primary key which is form_id. Then a fname_table and a lname_table that reference the house_table via the form_id. So since there can be multiple first and last names, that table doesn't have a primary key.
So my problem is if a user accidently exports records to my database that were already previsouly exported it will create duplicate records in the fname_table and lname_table, but since I have the form_id as the primary key on the house_table that won't have duplicate records.
Any suggestions are welcome. I've made great strides in the realm of Access Databases, but I can't think of a good way to solve this problem.
Can someone think of a way that I can ensure that duplicate data isn't input into my database. I have a house_table that has a primary key which is form_id. Then a fname_table and a lname_table that reference the house_table via the form_id. So since there can be multiple first and last names, that table doesn't have a primary key.
So my problem is if a user accidently exports records to my database that were already previsouly exported it will create duplicate records in the fname_table and lname_table, but since I have the form_id as the primary key on the house_table that won't have duplicate records.
Any suggestions are welcome. I've made great strides in the realm of Access Databases, but I can't think of a good way to solve this problem.