ActiveX Calendar Properties set at Run-Time

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top