How To Set Time On Outlook Task

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 =
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top