Forms, date input

  • Thread starter Thread starter Jon Daich
  • Start date Start date
J

Jon Daich

How do you format a form so that a calendar pops up and
the operator just selects a date on the calendar and then
the system inputs that date.
 
Hi Jon,

My name is Dennis Schmidt. Thank you for using the Microsoft Newsgroups.

Look in your Access Help under Calendar Control to see how to insert a
calendar control on your form. Once you have the control:

1. Select the calendar control and then perform a right-click.



2. Selected Build Events and then type the following line under the
Private Sub statement:



Me![Date Field Name] = Me!ActiveXCtl11



For Access 2000, use the control name ActiveXCtl11

I hope this helps! If you have additional questions on this topic, please
reply to this posting.

Need quick answers to questions like these? The Microsoft Knowledge Base
provides a wealth of information that you can use to troubleshoot a problem
or answer a question! It's located at
http://support.microsoft.com/support/c.asp?M=F>.

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.

Regards,
Dennis Schmidt
Microsoft Support
 
Back
Top