Chris B.
February 21st, 2000, 08:12 AM
I am assigning the current date to a text box, however, I want to always subtract three days if the day falls on a "Monday". I have the days of the week all worked out, but I can't seem to subtract the amount of days that I need.
If (ResultDate = "Monday") then
MyTextBox.Text = Today - 3
End If
Of course the above does not work, but that is the basic problem I am having. If anyone has an idea please let me know.
Thanks
If (ResultDate = "Monday") then
MyTextBox.Text = Today - 3
End If
Of course the above does not work, but that is the basic problem I am having. If anyone has an idea please let me know.
Thanks