Results 1 to 3 of 3

Thread: [RESOLVED] OUTLOOK 2000 Form Design issue

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2008
    Posts
    106

    Resolved [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

  2. #2
    Hyperactive Member Davadvice's Avatar
    Join Date
    Apr 2007
    Location
    Glasgow (Scotland)
    Posts
    440

    Re: OUTLOOK 2000 Form Design issue

    hi,

    If you set the initial value in the properties window to

    vb Code:
    1. format(date,"dd/mm/yyyy hh:mm")
    if you want the system date and time when they open the form

    thanks

    David
    This is Blank

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2008
    Posts
    106

    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
  •  



Click Here to Expand Forum to Full Width