R
Russ via AccessMonster.com
What can I use to find out if the current date is a weekday?
example:
MyDate = Date()
If MyDate = weekday then
MsgBox "Yes MyDate is a weekday"
End if
example:
MyDate = Date()
If MyDate = weekday then
MsgBox "Yes MyDate is a weekday"
End if