Try this:

'Place a checkbox on the form and set in visible value = false

text1_change()
if text1.text = "" then
Check1.visible = false
else
check1.visible = true
end if
end sub