Originally Posted by LeeMcCurry
@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.VB Code:
If (Trim$(pass1.Text) = "Jorn") And (Trim$(pass2.Text) = "Jorn") Then




Reply With Quote