W
WireGuy
I use the Docmd.SendObject within MS Access to launch an Outlook message.
Can someone tell me if a can control the font color within the code?
I'd like most of the font to remain black, but change sections like
***REVISED***Engineering Change Request: to RED or some color. A portion of
the code is below for review.
Thanks,
Wireguy
DoCmd.SendObject , , , , , "***REVISED*** Engineering Change Request: " &
Forms![ECR Form-Find-Submit]![ECR #:] & " " & [Decision], _
"***REVISED*** ECR #: " & Forms![ECR Form-Find-Submit]![ECR #:] &
vbCrLf & vbCrLf _
& "Immediate Action Required?: " & [Decision1] & vbCrLf & vbCrLf _
& " Requested By: " & Forms![ECR
Form-Find-Submit]![Requested By:] & vbCrLf & vbCrLf _
& " Requested Change: " & Forms![ECR
Form-Find-Submit]![Requested Change:] & vbCrLf & vbCrLf _
& " Reason: " & Forms![ECR
Form-Find-Submit]![Reason:] & vbCrLf & vbCrLf _
& " Date: " & Date
Can someone tell me if a can control the font color within the code?
I'd like most of the font to remain black, but change sections like
***REVISED***Engineering Change Request: to RED or some color. A portion of
the code is below for review.
Thanks,
Wireguy
DoCmd.SendObject , , , , , "***REVISED*** Engineering Change Request: " &
Forms![ECR Form-Find-Submit]![ECR #:] & " " & [Decision], _
"***REVISED*** ECR #: " & Forms![ECR Form-Find-Submit]![ECR #:] &
vbCrLf & vbCrLf _
& "Immediate Action Required?: " & [Decision1] & vbCrLf & vbCrLf _
& " Requested By: " & Forms![ECR
Form-Find-Submit]![Requested By:] & vbCrLf & vbCrLf _
& " Requested Change: " & Forms![ECR
Form-Find-Submit]![Requested Change:] & vbCrLf & vbCrLf _
& " Reason: " & Forms![ECR
Form-Find-Submit]![Reason:] & vbCrLf & vbCrLf _
& " Date: " & Date