I have a web page which a user can insert their information (First Name, Last Name and Email) which works well. It writes this to an Access database.
All I want to do is prevent the user entering an email address which already exists! This would then ensure none of the fields were updated. (eg First Name, Last Name And Email). Basically, how do I avoid creating duplicates in the table!
Thanks
Dave
All I want to do is prevent the user entering an email address which already exists! This would then ensure none of the fields were updated. (eg First Name, Last Name And Email). Basically, how do I avoid creating duplicates in the table!
Thanks
Dave
Comment