Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

date picker

Status
Not open for further replies.

chippyles

Technical User
Nov 10, 2004
49
0
0
US
I would like to create a date picker for an unbound text field called Start and one for End. I would like to have the calendar for Start (Calendar1) and the calendar for End (calendar2) to be only visible when the cursor is in the text box. then I want the user to pick the date and the date shows up in the respected text box.

How can I do this?
 
The textbox On Focus Event write code to open a separate form (calendar form). The calendar form will have the calendar control in it. Then write code for the On Focus event of the control to show date picked in the textbox. Like FormName.TextBoxName.Value = Me.ControlName.Value.

John Borges
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top