How To Set Time On Outlook Task

  • Thread starter Thread starter Tim Ellifritz
  • Start date Start date
T

Tim Ellifritz

I'm using MSAccess to create Outlook tasks.

In the following example how would I set the .ReminderTime
and or .DueDate to Today at 2:00 PM?

With objOutLookTsk
.Subject = "Check On RFQ " & Forms!frmRFQHed!RFQID
.Body = "Check On RFQ " & Forms!frmRFQHed!RFQID
.ReminderSet = True
.ReminderTime =
.DueDate =
 
Back
Top