You could write an if statement in the on click event of the button to check to see if there is anything in the Last Name text box if not use a message box to say enter a last name.
If txtLastName = "" then
MsgBox "Endter a last name", vbExclamation
Else
Insert Code to open other form...