Using a calendar in a form

N

nartla

Hello,

I work on an app in VBA/Access, and I would like to use a MS calendar
control to allow the user to select a date.

But when I use the calendar with :

calDate.Value = Now()

I found the that calendar is set on today year and month (October
2007), and with the day (29) selected.

What I would like is to have the calendar set on October 2007, but
with no day selected.

Is this possible ? How can it be done ?

Thank you for your help.
 
O

Opal

Hello,

I work on an app in VBA/Access, and I would like to use a MS calendar
control to allow the user to select a date.

But when I use the calendar with :

calDate.Value = Now()

I found the that calendar is set on today year and month (October
2007), and with the day (29) selected.

What I would like is to have the calendar set on October 2007, but
with no day selected.

Is this possible ? How can it be done ?

Thank you for your help.

Have you tried:

http://www.lebans.com/monthcalendar.htm

There is a really good calendar form there.
 
N

nartla

Have you tried:

http://www.lebans.com/monthcalendar.htm

There is a really good calendar form there.- Masquer le texte des messages précédents -

- Afficher le texte des messages précédents -

Thank you, but I would like to use the MS calendar, as my client is
supposed to have the same configuration, and since I would like not to
modify my VBA code ...
 
M

MikeB

Thank you, but I would like to use the MS calendar, as my client is
supposed to have the same configuration, and since I would like not to
modify my VBA code ...

Lebans and others have calendars created from scratch, using Access forms,
which is far better from a compatibility standpoint than the ActiceX controls.
Did you look to see what Opal was referring to?
 

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