It'll send it to 1: only if nothing is added you can also add this if you want the "user" to know why it's asking again:<br><br>1:<br>CLS<br>LOCATE 13,30<br>INPUT "*question*",mail.nam$<br>IF mail.nam$ = "" THEN <br>DO<br>PRINT "Please answer the Question"<br>LOOP WHILE INKEY$ <> ""<br>END IF<br>GOTO 1<br>