Form Refresh on Calendar Click

StarvinMarvin

still quite the noob
Local time
Today, 15:33
Joined
Mar 8, 2010
Messages
171
Been trying to find a way to hide an object on click of a calendar contrl. Figured the only way was to add a hidden date textbox sourced to the calendar control and refresh the form on_click of the calendar date. Tried on_click, keydown, keyup, etc.

Trying to use a simple Me.Refresh to do it but the module can't find the control... getting access can't find the object ."

Any ideas?
 
Have you tried the AfterUpdate event of the calendar control?
 

Users who are viewing this thread

Back
Top Bottom