Calendar help

  • Thread starter Thread starter Ron
  • Start date Start date
R

Ron

I want to use a calendar on a form for entering the dates
in a txtBox. I use two txt boxes for a report.

txtStartDate is the txtbox that is my starting date, and
txtEndDate is my ending date for my report. I want the
user to be able to click in the txtStartDate and have the
calendar to popup so they can choose a date. The same for
the txtEndDate.

I'm using Access 2002. calendar control 10.0

thanks,

Ron
 
Ron said:
I want to use a calendar on a form for entering the dates
in a txtBox. I use two txt boxes for a report.

txtStartDate is the txtbox that is my starting date, and
txtEndDate is my ending date for my report. I want the
user to be able to click in the txtStartDate and have the
calendar to popup so they can choose a date. The same for
the txtEndDate.

I'm using Access 2002. calendar control 10.0

On my site, you can download an Acess2K database that demonstrates the reuse of a form containing a
single calendar control that is callable via the methods demonstrated (onClick, onDblClick, Command
Button). There is ample sample code with commenting to help you infuse it into your own application.
The Calendar is callable in Datasheet View as well.

direct link to the zipfile http://www.byerley.net/AccessCalDemo.zip

or to http://www.byerley.net/BdcDownSup.htm and scroll down to the AcessCalDemo.Zip link.

HTH
 
Back
Top