Hi,

I would like to know how to validate if a textbox is entered, if and reach condition, then that postal code will be move to another textbox2:
If TextBox1 = LETTER NUMBER LETTER SPACE NUMBER LETTER NUMBER Then
TextBox2 = TextBox1
Else
MsgBox ("THis is not a valid canadian postal code")

Can anyone help on this?

Thanks.