S
Stuart Loy
Hi
I'm customising an appointment form and I would like to be able to change
the start date and time from a new page that I have created. The start date
and time is stored under just one property called 'start'. However I have to
use two different controls to get a date and time on my new page. One of
them is the ActiveX ActiveCalendar date picker control and the other is a
combobox with a list of possible times.
I have tried binding both of them to the start property, but this does not
work. I have also tried changing the start value by concatenating the values
of my date and time controls through VBScript, this did not work either, but
I am not certain that my code is correct..
Hope you can help
Many thanks
Stuart
I'm customising an appointment form and I would like to be able to change
the start date and time from a new page that I have created. The start date
and time is stored under just one property called 'start'. However I have to
use two different controls to get a date and time on my new page. One of
them is the ActiveX ActiveCalendar date picker control and the other is a
combobox with a list of possible times.
I have tried binding both of them to the start property, but this does not
work. I have also tried changing the start value by concatenating the values
of my date and time controls through VBScript, this did not work either, but
I am not certain that my code is correct..
Hope you can help
Many thanks
Stuart