murray83
Games Collector
- Local time
- Today, 01:24
- Joined
- Mar 31, 2017
- Messages
- 827
this is the code
and it works fine apart for one thing it doesnet say the persons name which it gets from the txtuserlookup
any dieas on what i have done wrong
Code:
'shows welcome msg
If Me.txtWelcomeDate.Value = "04/07/2017" Then
MsgBox "Happy July 4th" & Me.txtUserLookup.Value
Else
MsgBox "Welcome" & Me.txtUserLookup.Value
End If
and it works fine apart for one thing it doesnet say the persons name which it gets from the txtuserlookup
any dieas on what i have done wrong
