I'm not 100% sure what you are saying, but why not have seperate text boxes for the fields and then for the command button you put:

Code:
If txtFirstName.text = "Dimava" then
MsgBox "Name Validated"
Else
MsgBox "Incorrect Name"
End if