Wayne,
I've written a code but it seen work to be can you check for me is this correct?
code:
__________________________________________________
Private Sub Form_Load()
If Text51.Value >= "12:00 AM" Then
MsgBox "Good Morning!!", vbOKOnly, "Welcome"
ElseIf Text51.Value <= "12:00 PM"...