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 =
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 =