Dear All !
I have a table titled
Customer_DETAIL
I want to check
and make sure That
there are no other
records in the table
that have
The same CustomerID .
The CustomerID are
FK's From customer table.
How can I check
for duplicates so
they do not create
duplicate records. And show that "CUSTOMER RECORD Already Exist"
I am using Visual
Basic .net and SQL
server 2005
database.
Plz write a code for saving record in vb.net.
THANK A TON !