I'm creating a database that will track customer calls and their requests and want to avoid creating duplicate master records for the same customer. Customers are entered into the database using their first and last name (in separate fields).
What's the best way to have access check to see if the customer already exists in the customer table? Can I have Access limit a combination of the first and last name fields to unique records? If so, how? Or if there's a better way, please let me know.
If I change the LastName field properties to accept only unique records I won't be able to enter multiple customers with the last name. What I'd like to do is have access deny the ability to enter a new customer if one with the same first and last name already exists. (Actually, in reality, two Jim Smiths could call and be valid, provided their address is different. Maybe I should limit the address field to unique records?)
Thanks in advance for any advice you can give me.
KerryL
What's the best way to have access check to see if the customer already exists in the customer table? Can I have Access limit a combination of the first and last name fields to unique records? If so, how? Or if there's a better way, please let me know.
If I change the LastName field properties to accept only unique records I won't be able to enter multiple customers with the last name. What I'd like to do is have access deny the ability to enter a new customer if one with the same first and last name already exists. (Actually, in reality, two Jim Smiths could call and be valid, provided their address is different. Maybe I should limit the address field to unique records?)
Thanks in advance for any advice you can give me.
KerryL