Date Time Picker : Error 35788
I found the solution of my own question :
Just before setting the value, it has to be visible.
So, because I'm in a multipage control, I add before :
Me.multiPage1.value=1 '1 is the tab index where the DTPicker is placed
Thanks me ;)
|