![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
ms outlook 2003 sp2
Hi I would like to resolve an issue with the way a date is appearing in my custom outlook form. 1. I imported about 800 records with a membership start date, and creted a field that calculates renewal date with this value dateadd ("m", 12, [User Field 1]) calculations work ok on about half the dates but on the other half it seems to transpose the order from mm/dd/yyy to dd/mm/yyy. 2. If I Copy these records from the phone list and paste them in an excell file, and format cells to show dates yyyy/mm/dd half the records dont convert to that format and remain in mm/dd/yyyy. I want the custom contact form to display dates as yyyy/mm/dd and cant find a solution on this forum. I also would like to know if there is a way to check all the dates in the database so they all behave the same way. |
Ads |
#2
|
|||
|
|||
![]()
ok after some extensive searching, and a lot of experimentation I got this
code to work Format(DateAdd("m", 12, [User Field 1]), "yyyy/MM/dd") "artmyth" wrote: ms outlook 2003 sp2 Hi I would like to resolve an issue with the way a date is appearing in my custom outlook form. 1. I imported about 800 records with a membership start date, and creted a field that calculates renewal date with this value dateadd ("m", 12, [User Field 1]) calculations work ok on about half the dates but on the other half it seems to transpose the order from mm/dd/yyy to dd/mm/yyy. 2. If I Copy these records from the phone list and paste them in an excell file, and format cells to show dates yyyy/mm/dd half the records dont convert to that format and remain in mm/dd/yyyy. I want the custom contact form to display dates as yyyy/mm/dd and cant find a solution on this forum. I also would like to know if there is a way to check all the dates in the database so they all behave the same way. |
#3
|
|||
|
|||
![]()
I have a related question...
I am trying to calculate the number of days and hours between when a form is sent to an employee and when they reply via the email form. Is there any way to create a field that update automatically when a form is initally populated and sent, without having this date and time overriden in the form when it comes back from the second user? Essentially I am trying to find a way to automate a Turn around Time metric. "artmyth" wrote: ok after some extensive searching, and a lot of experimentation I got this code to work Format(DateAdd("m", 12, [User Field 1]), "yyyy/MM/dd") "artmyth" wrote: ms outlook 2003 sp2 Hi I would like to resolve an issue with the way a date is appearing in my custom outlook form. 1. I imported about 800 records with a membership start date, and creted a field that calculates renewal date with this value dateadd ("m", 12, [User Field 1]) calculations work ok on about half the dates but on the other half it seems to transpose the order from mm/dd/yyy to dd/mm/yyy. 2. If I Copy these records from the phone list and paste them in an excell file, and format cells to show dates yyyy/mm/dd half the records dont convert to that format and remain in mm/dd/yyyy. I want the custom contact form to display dates as yyyy/mm/dd and cant find a solution on this forum. I also would like to know if there is a way to check all the dates in the database so they all behave the same way. |
#4
|
|||
|
|||
![]()
Use a different reply form that calculates its own "reply time" custom field with an initial value setting.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "formfreak" wrote in message ... I have a related question... I am trying to calculate the number of days and hours between when a form is sent to an employee and when they reply via the email form. Is there any way to create a field that update automatically when a form is initally populated and sent, without having this date and time overriden in the form when it comes back from the second user? Essentially I am trying to find a way to automate a Turn around Time metric. "artmyth" wrote: ok after some extensive searching, and a lot of experimentation I got this code to work Format(DateAdd("m", 12, [User Field 1]), "yyyy/MM/dd") "artmyth" wrote: ms outlook 2003 sp2 Hi I would like to resolve an issue with the way a date is appearing in my custom outlook form. 1. I imported about 800 records with a membership start date, and creted a field that calculates renewal date with this value dateadd ("m", 12, [User Field 1]) calculations work ok on about half the dates but on the other half it seems to transpose the order from mm/dd/yyy to dd/mm/yyy. 2. If I Copy these records from the phone list and paste them in an excell file, and format cells to show dates yyyy/mm/dd half the records dont convert to that format and remain in mm/dd/yyyy. I want the custom contact form to display dates as yyyy/mm/dd and cant find a solution on this forum. I also would like to know if there is a way to check all the dates in the database so they all behave the same way. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
how do i format phone number field | tnbubba | Outlook - General Queries | 1 | May 1st 06 05:04 PM |
Date Format in Outlook | Bonnie | Outlook - Calandaring | 3 | April 18th 06 07:15 PM |
Changing date format in outlook express | ibowey | Outlook Express | 2 | March 13th 06 01:33 PM |
date fields - link the calander pop-up to a custom date field | Tom | Outlook - Using Forms | 0 | January 23rd 06 10:13 PM |
Date format when printing | R Fourt | Outlook - Using Forms | 0 | January 11th 06 03:41 PM |