Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automatically generating a start date in an Outlook Task

Status
Not open for further replies.

MrsNic

Instructor
Feb 6, 2005
44
GB
Is it possible to generate a start date for a task in a customised form?

I am using the DateAdd() function, in the text box properties, with the following code
DateAdd( "m" , -2 , [Start Date] ) but it just shows the same date as the start date instead of two months before.

Any ideas gratefully received

Cath

 
Sorted it, added my own date field and it worked perfectly.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top