This system has two forms that accept data for reports. There is a calendar on the form. The calendar works for Access 2003 and 2007 (after I changed
to
in the form opening logic; = Date failed in 2007 but not 2003).
However the calendar does not work in 2010.
What now?
Please so not suggest standardizing. They are not ready for that just yet.
TIA for a simple/elegant solution for this mixed environment.
Code:
calSetDate = Date
to
Code:
calSetDate = Now
in the form opening logic; = Date failed in 2007 but not 2003).
However the calendar does not work in 2010.
What now?
Please so not suggest standardizing. They are not ready for that just yet.
TIA for a simple/elegant solution for this mixed environment.