G
Guest
Hi
I would like to create a message box that displays on the startup frm if the
date/time field on the stats frm is on or has gone past the current date.
At the moment I am using
Private Sub Form Open(Cancel As Integer)
If Day(Date) = 1 Then
MsgBox "Remember to send monthly stats, if already action please ignore"
End If
I do this for day 1,2,3 and 4 in case of weekends etc.
As you can see it does the job but doesnt look very professional as the
message pops up for the first four days of the month even if someone actioned
it first thing on the first.
Any help would be appriciated. Thanks
Steve
I would like to create a message box that displays on the startup frm if the
date/time field on the stats frm is on or has gone past the current date.
At the moment I am using
Private Sub Form Open(Cancel As Integer)
If Day(Date) = 1 Then
MsgBox "Remember to send monthly stats, if already action please ignore"
End If
I do this for day 1,2,3 and 4 in case of weekends etc.
As you can see it does the job but doesnt look very professional as the
message pops up for the first four days of the month even if someone actioned
it first thing on the first.
Any help would be appriciated. Thanks
Steve