I think generally the preferred way is to set the text property to a blank string, null does not mean the same thing...
Text1.Text = ""
Please rate this post if it was useful for you!
Please try to search before creating a new post,
Please format code using [ code ][ /code ], and
Post sample code, error details & problem details
Hi, alex
he asked the same in the general section.
on the original question your suggestion was correct (Check for =""), but he had other problems too...........
I tried to help for some length, but ...
You're welcome to rate this post!
If your problem is solved, please use the Mark thread as resolved button Wait, I'm too old to hurry!
Okay thank Opus , Bazzlad - you're gonna have to paste a sample up please mate - I can't re-create any problems trying this at the moment...
Please rate this post if it was useful for you!
Please try to search before creating a new post,
Please format code using [ code ][ /code ], and
Post sample code, error details & problem details
At work so can't put things up however http://www.vbforums.com/showthread.p...hreadid=251711
this explains it....
it comes down to the correct way of making a multiple if statement, and if a blank text box can be tested on .value = false
Thanx for helping
Got it, ahh you're playing with Access too, fine I'll take a quick look...
Please rate this post if it was useful for you!
Please try to search before creating a new post,
Please format code using [ code ][ /code ], and
Post sample code, error details & problem details
Please rate this post if it was useful for you!
Please try to search before creating a new post,
Please format code using [ code ][ /code ], and
Post sample code, error details & problem details
What I don't get is why I have to make text6.value = false
and the others .value >= ""
and if I try to swap them round they won't work, but I'm not complaining! It works!