pedie
Well-known Member
- Joined
- Apr 28, 2010
- Messages
- 3,875
Original code. username below is textbox name.
Please help.
Please help.
Code:
[/FONT]
[FONT=Courier New]Private Sub Command9_Click()
If Me.Username.Value = "" Then MsgBox "Username cannot be blank", vbInformation, "OK?": Exit Sub
MsgBox Me.Username.Value
End Sub