Group: microsoft.public.outlook · Group Profile · Search for adding tasks to future dates in microsoft.public.outlook
Author: gumby
Date: Nov 7, 2007 18:24
...OutlookApp.CreateItem(olTaskItem) With OutlookTask .Subject = "Date Case Began: " & [Forms]![frmERLR_Main]! [DateCaseBegin] ... .ReminderTime = [Forms]![frmReminder]![StartTime] 'Start Date .StartDate = [Forms]![frmReminder]![StartDateE] 'Due .... the function to add a task to outlook for the same day... the function for a date in the future, it gets the ...
|