Calendar Control

T

Taz

I APOLOGISE IF I HAVE POSTED THIS 3 TIMES IN A ROW, NOT INTENTIONAL

Hi

I have an Access 2000 db which contains a Calendar control, with its
FirstDay property set to "Monday".

However, when I open this db in Access 2003, the "FirstDay" property is set
to "Tuesday"
I understand that there is an MS article which describes a workaround in
code (I have read it), however the problem I am having is that if I use the
suggested workaround, when I subsequently open the db in Access 2000 again
it gives me "Sunday" as the first day !

The db is used by users who may have either 2000 or 2003 so I need to ensure
that the first day property of the calendar control is ALWAYS Monday,
regardless of which version of Access is opening the file

(Access 2003 users are opening the file in 2000 format)

The workaround which hasn't helped me much is this one:
http://support.microsoft.com/default.aspx?scid=kb;en-us;826761

Is it possible in code to check which version of the calendar control which
is in use, ie if it is v10 or greater, I could set the FirstDay accordingly,
and if not I could set it accordingly???


Hope someone can help

Many thanks

Taz
 

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