B
Brad Pears
How do you check for spaces in a text box? I can check for isnull(txtbox)
but what if the user presses space bar a few times? Also len(txtbox) = 0
does not work because spaces are something! What do you check for then?
Thanks,
Brad
but what if the user presses space bar a few times? Also len(txtbox) = 0
does not work because spaces are something! What do you check for then?
Thanks,
Brad