> SO i want to put a check on name address that when
> someday enter a numeric value then message comes plz
> enter string only
Look at the Validate event for your controls. Testing
whether a value is
a number or not is doen with "IsNumeric" - testing
for the opposite is
as simple as "if not isnumeric(theValue) then" -
and there are several
other functions like that. Hit the help file, then search
for
"validation".
Regards,
Shawn K. Hall
http://12PointDesign.com/
a>
http://ReliableAnswers.co
m/
'// =======================================================
Rules : http://Reli
ableAnswers.com/List/Rules.asp
Home : http://groups.y
ahoo.com/group/vbHelp/
=======================================================
Post : vbHelp@yahoogroups.com
Join : vbHelp-subscribe@yahoogroups.com
Leave : vbHelp-unsubscribe@yahoogroups.com
'// =======================================================
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.y
ahoo.com/group/vbhelp/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://grou
ps.yahoo.com/group/vbhelp/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:vbhelp-digest@yahoogroups.com
mailto:vbhelp-fullfeatured@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
vbhelp-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c
om/info/terms/
|