How to Catch Duplicate Entry - Primary Key
This tutorial will guide you on how to determine if the primary key entered is already exist in the table. I created this tutorial in the hope to help newbie’s programmer solve this common problem. Instead of displaying the default message cast by Visual Basic a message “Employee ID already exist. Please enter another Employee ID.” will appear. For those who would like to see the source code
- Read more about How to Catch Duplicate Entry - Primary Key
- 17 comments
- Log in or register to post comments
- 540 views