textbox value validation

  • Thread starter Thread starter girapas
  • Start date Start date
G

girapas

In sheet1 I have a user form named 'frmEmployee' and also a 'sheet2
which is the employees' database. One of the tasks is to enter data fo
a new employee. The primary key is the ID number of each employee. T
avoid entering an existing employee's data, I want a code to use i
'frmEmployee' . So, when I enter a number in the textbox 'ID_Number' t
lookup in 'sheet2' (where employee's data is) and if this number exist
to stop the data entry procedure and show the message "this ID numbe
exists etc...".
Thank
 
In sheet1 I have a user form named 'frmEmployee' and also a 'sheet2'
which is the employees' database. One of the tasks is to enter data
for a new employee. The primary key is the ID number of each
employee. To avoid entering an existing employee's data, I want a
code to use in 'frmEmployee' . So, when I enter a number in the
textbox 'ID_Number' to lookup in 'sheet2' (where employee's data is)
and if this number exists to stop the data entry procedure and show
the message "this ID number exists etc...".
Thanks

Access would be better for this...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top