Changing the date and time

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top