
March 17th 06, 04:29 PM
posted to microsoft.public.outlook.program_forms
|
|
Dateadd problem
Is your textbox bound to an Outlook date/time property?
Yes, I already do it
--
Josianne
"Sue Mosher [MVP-Outlook]" wrote:
"d" is the unit of time measurement being added.
Date() is a function that returns today's date.
You can learn all about the DateAdd or Date function by typing it into any VBA window, selecting that text and pressing F1.
Is your textbox bound to an Outlook date/time property?
--
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
"Josianne" wrote in message ...
What is the meaning of the "d" the 14 and the date
because I try dateadd("d",14,date) and dateadd("d",14,TODAY) and my fiel on
startup is "NĂ©ant".
--
Josianne
"Sue Mosher [MVP-Outlook]" wrote:
DateAdd("d", 14, Date)
--
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
"Josianne" wrote in message ...
Hi, I've got a problem with my form auto complete textbox. I've got a textbox
named "FinishDate" and On the load of my form I want to put the initial value
of this field with date of today + 14 days.
I try it with DateAdd function but I'm not sure it is working well or I
think I don't write the good parameters on it.
Thanks for your help!
--
Josianne
|