|
-
Oct 21st, 2008, 04:56 AM
#1
Thread Starter
Lively Member
[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
-
Oct 22nd, 2008, 03:01 AM
#2
Hyperactive Member
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
-
Oct 27th, 2008, 06:09 AM
#3
Thread Starter
Lively Member
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
Last edited by Kubull; Oct 27th, 2008 at 07:32 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|