RE: [AccessDevelopers] acSendReport Problem

2006-01-26 Thread Carl Beck
Behalf Of Tom Oakes Sent: Thursday, January 26, 2006 2:48 PM To: AccessDevelopers@yahoogroups.com Subject: RE: [AccessDevelopers] acSendReport Problem   I don't think there's any way around this, without installing a printer.  Access obviously uses the print setup options to format the re

RE: [AccessDevelopers] acSendReport Problem

2006-01-26 Thread Paul Scott
> > From: AccessDevelopers@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf > Of pjscott1951 > Sent: Thursday, January 26, 2006 5:44 AM > To: AccessDevelopers@yahoogroups.com > Subject: [AccessDevelopers] acSendReport Problem > > > I have a comma

RE: [AccessDevelopers] acSendReport Problem

2006-01-26 Thread Tom Oakes
Thursday, January 26, 2006 5:44 AMTo: AccessDevelopers@yahoogroups.comSubject: [AccessDevelopers] acSendReport Problem I have a command button that sends a maintenance work order report via Outlook. I use the following code to send the report as an attachment:"DoCmd.SendObject

[AccessDevelopers] acSendReport Problem

2006-01-26 Thread pjscott1951
I have a command button that sends a maintenance work order report via Outlook. I use the following code to send the report as an attachment: "DoCmd.SendObject acSendReport, "rptMaintWO", acFormatRTF, "E-mail Address",, , "Maintenance Work Order", , False". This works fine if the user has a p