hi..
I have a database with a primary key(Emp id).
I am having an insert form, display form, delete page form.
I want to validate the Employee id entered by the user in the insert form that means I want to check with the database, If it is already there in the database. I want to give an alert message when I try to submit the form.
'id 'is a primary key for that table.
How can I check the duplicate entry for Employee id while submitting the form?
thankx in andvance
2007-03-20
20:07:58
·
3 answers
·
asked by
m
1
in
Computers & Internet
➔ Programming & Design