I want code attached to the CHANGE event to execute when the user
selects a date.
Problem 1: the control's default date is the date the control was
added to the form...not today's date.
Problem 2: If i set the default date to null, the date displayed is
today's date, but the code attached to the change event does not
execute.
So, can someone please explain how I can assure the default date on
the control always today's date, and, how to attach code that
executes when a date is selected. I am familiar with using events but
I can't see to get a handle on using the date picker control.
So far, I cannot get the CLICK event to work on the date picker, but
the CHANGE event does work, except if I set the control's default date
to null as explained above.
Any help would be greatly appreciated. .. Thanks
GK
nova@galaxy.inc - 06 Aug 2003 21:23 GMT
>I want code attached to the CHANGE event to execute when the user
>selects a date. I am using the Date Picker on a Access 97 form.
[quoted text clipped - 18 lines]
>
>GK