Quote Originally Posted by Comintern
VB Code:
  1. If (Trim$(pass1.Text) = "Jorn") And (Trim$(pass2.Text) = "Jorn") Then
@disruptivehair: Based on the original code, it looks like there are 2 password Textboxes that have to match a single constant, not match each other.
Alrighty then.