Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / November 2007

Tip: Looking for answers? Try searching our database.

How validate a textbox value  with the enter key?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Combagj - 04 Nov 2007 22:00 GMT
I am using the change event but it changes for each key.
I want only when the textbox is writed.
Sorrry for my bad english.
Thank's for your help.
Russ - 05 Nov 2007 04:55 GMT
You might try
If TextBox1.Text = "" then
   Msgbox "You must enter data here."
   TextBox1.SetFocus
Else
...
End If

> I am using the change event but it changes for each key.
> I want only when the textbox is writed.
> Sorrry for my bad english.
> Thank's for your help.

Signature

Russ

drsmN0SPAMikleAThotmailD0Tcom.INVALID

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.