C
Chaster
I am trying to set field to the date that I select from this control.
I have tried to set the On Updated Property to
me.[ExpectedArrivalDate] = me.ActiveXCtl343 'and this does nothing
I have also tried to set the GotFocus Property to
me.[ExpectedArrivalDate] = me.ActiveXCtl343
This does put in Today's date into the field [ExpectedArrivalDate] but I
want it to put in the date that I click on in the calendar control.
I'm sure it's simple and apparently so am I.
any help is appreciated.
I have tried to set the On Updated Property to
me.[ExpectedArrivalDate] = me.ActiveXCtl343 'and this does nothing
I have also tried to set the GotFocus Property to
me.[ExpectedArrivalDate] = me.ActiveXCtl343
This does put in Today's date into the field [ExpectedArrivalDate] but I
want it to put in the date that I click on in the calendar control.
I'm sure it's simple and apparently so am I.
any help is appreciated.