[RESOLVED] OUTLOOK 2000 Form Design issue
I have a form designed for outlook Calendar for multi user access, I need the date field on the form to update everytime the user opens the posted item
as the date field contains (15/10/2008 12:00am)
I've searched around and I can't find a code to put in to the form to activate an update when ever someone opens the post.
Many thanks if you can help,
Cheers
Rob
Re: OUTLOOK 2000 Form Design issue
hi,
If you set the initial value in the properties window to
vb Code:
format(date,"dd/mm/yyyy hh:mm")
if you want the system date and time when they open the form
thanks
David
Re: OUTLOOK 2000 Form Design issue
Thanks for the reply, For some strange reason when I changed the date format the value in the field changed to "none" now I can't get it to change back to a date format...
EDIT:
Sorted it, I edited the intial value to show: now (dd/mm/yyyy hh:mm) and it shows up on the form and updates everytime a user enters into the already posted posting. Thanks for your help