Access 2003 provides a calendar control that can be used to display or enter a date in a form, a report, or a data access page. The calendar control is an ActiveX control. One could obtain an Active X control from third parties, too. When using it, you need to be aware that there are security risks involved in using ActiveX controls. Make sure the controls are from a source you can trust.
Start with the form, report or data access page by opening it in the design view. Choose the calendar control via the toolbox, go to “more controls”, and then “calendar control”. You need to resize if necessary and move the control to the desired location. Most often this location would be right next to the data box where you want the date to be entered.
There is a property sheet associated with the control. These properties can customize the pop up calendar’s look and attributes. Name, ControlSource, Value, Day, Month, FirstDay are some key properties available. Help is available that explains the exact effects these key parameters have. Set them as per your requirements. You can manipulate these parameters progra,matically, too. but then that is for developers skilled in VBA and other programming languages. Look up Using the calendar control in Access and Improving the Usability of the Calendar Control in Microsoft Access for further details.
.