![]()
,
Im using vb6 and have a problem reguarding replicating the same record,
ATM it will allow me to replicate records in the db and I wish to not allow this
and display a message "Employee already Entered" Or "ID already In Use"?
here is my add and function add code
vbcode___________________________
Private Sub cmdAdd_Click()
txtFirstName.Text = vbNullString
txtLastName.Text = vbNullString
list
End Function
Thanks again![]()




,
Reply With Quote