i have a code here but there something a problemss...please kindly help...!!
Private Sub cmd_Click()
If Text1.Text = "aa" And Text2.Text = "aa" Then
MsgBox "fsdafsafsaf"
Else
MsgBox "invalid"
End If
End Sub
Private Sub Text2_Change()
If KeyAscii = 13 Then
cmd.Enabled = True
End If
End Sub
i want to create a form using "enter tab" that will automatically enter the other form.thx for helping