Calander

G

Guest

I would like the user to enter a date picked from a calander (or active X),
how do I go about doing this?
 
A

Allen Browne

There are heaps of these out there.

My preference is for a simple little Access form, so you never have to worry
about whether a user has the ActiveX control on their computer:
Popup Calendar
at:
http://allenbrowne.com/ser-51.html

If you want something more spiffy, Stephen Lebans has a very nice wrapper
for the Microsoft Month Calendar Common Control at:
http://www.lebans.com/monthcalendar.htm

And Tony Toews has a bunch of other ones listed at:
http://www.granite.ab.ca/access/calendars.htm

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

message
news:[email protected]...
 
J

James A. Fortune

Please said:
I would like the user to enter a date picked from a calander (or active X),
how do I go about doing this?

In addition to the excellent advice offered by the others:

http://groups.google.com/group/comp.databases.ms-access/msg/1564d683ede98f8c

is what I use in A97 when using the built-in control except that I might
be using Date() instead of Now() now. Perhaps the same idea can be used
with the other calendar controls. The example I used was for two
controls used to specify both a begin date and an end date with default
dates and textboxes showing the date values Access will use.

James A. Fortune
(e-mail address removed)
 

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

Similar Threads


Top