Form Control

B

bbddvv

In my form i have a toggle button that hides/shows a calendar function. how
do i make the calendar automatically hide after a user selects the desired
date?

thanks in advance
 
K

Ken Snell [MVP]

Use the AfterUpdate event of the calendar control to move the focus to
another control and then make the calendar control invisible.
 
Top