Date control

T

tecas

is there a way to display a calendar of dates that the user can click
on (like in .net) and return the value to a text box? If not, is there
some code to validate the text entered?
 
L

Larry Daugherty

Have you tried the calendar control? There are several 3rd party
calendar controls out there, too.

HTH
 
T

Tony Toews [MVP]

Larry Daugherty said:
Have you tried the calendar control? There are several 3rd party
calendar controls out there, too.

I wouldn't recommend a calendar control because of the distribution
and version problems. Especially when Access calendar forms are
available you can drop into your app.

See Scott's link to my website.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
T

tecas

I wouldn't recommend a calendar control because of the distribution
and version problems. Especially when Access calendar forms are
available you can drop into your app.

See Scott's link to my website.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems athttp://www.granite.ab.ca/accsmstr.htm

Tony,

How would I use an access calendar form? Are they readily available
within access or would i have to create one?
 
T

Tony Toews [MVP]

tecas said:
How would I use an access calendar form? Are they readily available
within access or would i have to create one?

No, you can easily download them.

See the Calendar Tips page at my website
http://www.granite.ab.ca/access/calendars.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Top