The information in this article applies to:
SYMPTOMS
Moderate: Requires basic macro, coding, and interoperability skills.
RESOLUTION
To work around this behavior, enclose the text in the To argument in
single quotation marks (' ') and enclose the entire string in double
quotation marks (" "), as in the following examples.
DoCmd.SendObject , , , "'Fuller, Andrew'", , , "This is a test."In Microsoft Access 2.0: DoCmd SendObject , , , "'Fuller, Andrew'", , , "This is a test."This causes the text to be treated as a literal string, and prevents Microsoft Access from translating the embedded commas into semicolons. STATUSThis behavior is by design to ensure a semicolon separates recipients' names when you send mail to two or more people. MORE INFORMATIONSteps to Reproduce Behavior
REFERENCESFor more information about the SendObject action, search the Help Index for "SendObject Action," or ask the Microsoft Access 97 Office Assistant. Additional query words: transmit mapi
Keywords : kbprg |
Last Reviewed: October 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |