M
Mark
Hey,
I have a text box with the following code (listed in the
control source line of the properties) below. I would
like the message, "Class starts within 1 week" to display
if the date/time is 7 days from now. This is not doing
the trick. Any suggestions?
=IIf([ClassDate] & [ClassTime]=Now()+7,"Class starts
within 1 week","Upcoming Class")
Thanks a million.
I have a text box with the following code (listed in the
control source line of the properties) below. I would
like the message, "Class starts within 1 week" to display
if the date/time is 7 days from now. This is not doing
the trick. Any suggestions?
=IIf([ClassDate] & [ClassTime]=Now()+7,"Class starts
within 1 week","Upcoming Class")
Thanks a million.