G
Guest
hi,
in my form there is a textbox named txtEid ..if the user give either null
or invalid eid , a message box popups..after that the focus must goto the
textbox itself...the problem is its not focusing to the textbox...
here is the code am using
if isnull(txteid) then
msgbox "Enter the employee ID"
txteid.setfocus
exit sub
endif
Please help me to get out of this problem....
Thanks in advance...
with best regards
sunil.T
in my form there is a textbox named txtEid ..if the user give either null
or invalid eid , a message box popups..after that the focus must goto the
textbox itself...the problem is its not focusing to the textbox...
here is the code am using
if isnull(txteid) then
msgbox "Enter the employee ID"
txteid.setfocus
exit sub
endif
Please help me to get out of this problem....
Thanks in advance...
with best regards
sunil.T