Hello my fellow tech mates,
I need to know the proper script for getting a message box to display six weeks in advance to let the user know that a report is due soon. I tried this script:
If [Interim Report1_Due_Date - Today < 42]
Show Message [This report is due soon!]
End If
This particular script does not produce the desired result. Any help would be greatly appreciated. Thanks.
RAW32
I need to know the proper script for getting a message box to display six weeks in advance to let the user know that a report is due soon. I tried this script:
If [Interim Report1_Due_Date - Today < 42]
Show Message [This report is due soon!]
End If
This particular script does not produce the desired result. Any help would be greatly appreciated. Thanks.
RAW32