M
Mona-ABE
Users of an unbound form I created with an ActiveX Calendar control
(MSCAL.Calendar.7) that use both Access 2000 and 2003 are finding that when
it opens in 2000 the FirstDay is displayed as Monday but in 2003 it displays
as Sunday. Even though I set it to Sunday (they want the weeks to show up as
Sunday - Saturday).
In VBA, I need help first declaring the calendar object variable, and then
setting it's properties at run-time based on the version.
i.e. FirstDay = vbSunday, Value = Date()
Do I also need some kind of code that checks which version of Access is
running?
Any suggestions are greatly appreciated!
(MSCAL.Calendar.7) that use both Access 2000 and 2003 are finding that when
it opens in 2000 the FirstDay is displayed as Monday but in 2003 it displays
as Sunday. Even though I set it to Sunday (they want the weeks to show up as
Sunday - Saturday).
In VBA, I need help first declaring the calendar object variable, and then
setting it's properties at run-time based on the version.
i.e. FirstDay = vbSunday, Value = Date()
Do I also need some kind of code that checks which version of Access is
running?
Any suggestions are greatly appreciated!