Mixed environment 2003, 2007 & 2010 - calendar fails

edkocol

Registered User.
Local time
Yesterday, 18:52
Joined
Oct 2, 2012
Messages
30
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

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.
 
MSCAL.Calendar.7 is what was in use.

Bob, any suggestions on how to make all there versions access a working calendar object?
 

Users who are viewing this thread

Back
Top Bottom