I am trying to set the value of a DTPicker control to a specific date, such as today's date. According to the object browser, the Value property "Returns/sets the current date." When I try to assign to the value in my VBA code, I get a message saying the property is read-only.
I can set the value of the property on the Others tab when the form is in design mode, but only to a static date. Is there a way to force the control to today's date (or some other programatically determined date) at runtime?
Thanks,
Don
I can set the value of the property on the Others tab when the form is in design mode, but only to a static date. Is there a way to force the control to today's date (or some other programatically determined date) at runtime?
Thanks,
Don