I want to perform three validations
on a particular field.the field is of
textbox type.Fieldname - code-primary key
the 3 validations are
1)cannot leave it blank
2)duplication check
3)only enter in this format 'D001'
cannot get this done
Problem-if one works another stops working
and so on
soln- i want all three should work together
NB-i have used lostfocus of textbox.
Iteration being if then...else
tried with select case,elseif,do while...loop
but did not work