Closed
Bug 277451
Opened 20 years ago
Closed 20 years ago
Microsoft Access SendObject attachments are not attached correctly
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 273849
People
(Reporter: karen.springer, Assigned: mscott)
Details
Overview: When using the VBA SendObject function in Microsoft Access 2002 for e-mailing Microsoft objects as attachments, Thunderbird attaches the object as a tmp file. Steps to Reproduce: 1. Create a test report in Access. 2. Create a button on an Access form and attach the following code to the click event of the button. Private Sub cmdButton_Click() DoCmd.SendObject acSendReport, "nameOfReport", acFormatTXT, "someone@somewhere.com", , , "test", "test", False End Sub Actual Results: Thunderbird sends the e-mail, but it attaches the attachment as a tmp file (ex. CDB98.tmp) rather than the nameOfReport.txt. Build: 20041206 on Windows XP
| Assignee | ||
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 273849 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•