Hi
I have a form that allows the user to enter a phone number straight into an SQL Server 2005 database.
How can i check that this phone number already exists in this database, to make sure i can't add it again?
I've been reading about performing a select statement before the insert statement, but i cant get this to work.
Any help appreciated
I have a form that allows the user to enter a phone number straight into an SQL Server 2005 database.
How can i check that this phone number already exists in this database, to make sure i can't add it again?
I've been reading about performing a select statement before the insert statement, but i cant get this to work.
Any help appreciated