Hi everyone! I am a newbie and I have a silly question here. Hope you could help me to solve it!
I have a table with 3 fields: Customer ID (Primary Key and Autonumber), Customer Name and Customer DOB. Now I want to prevent my users from entering the same customer. For example, there are 2 customers named John with different DOBs. If there has already been a record of the first John, I'd like to let my users enter the second John as long as they enter a different DOB and I'd like a message to pop up saying that "This customer might have already been in your database" if they enter the same DOB of the first John.
So in this case, how do I do that?
Thanks so much for your time!
I have a table with 3 fields: Customer ID (Primary Key and Autonumber), Customer Name and Customer DOB. Now I want to prevent my users from entering the same customer. For example, there are 2 customers named John with different DOBs. If there has already been a record of the first John, I'd like to let my users enter the second John as long as they enter a different DOB and I'd like a message to pop up saying that "This customer might have already been in your database" if they enter the same DOB of the first John.
So in this case, how do I do that?
Thanks so much for your time!
