I trap the null value input of Textbox with this code: If Textbox.Text = "" then ... ... ... It's ok but if the value is " " (space), it's can't trap. Do you have any idea? Thank you :D