Hi all,
I would like to have an additional attachment added automatically to the mail message generated by the SendObject-SendTo command. One of the parameters is templateFile:
expression.SendObject(ObjectType, ObjectName, OutputFormat, To, Cc, Bcc, Subject, MessageText, EditMessage...
Hi All,
I would like to loop through a list which would output a report to a file for each iteration. How could I append the file instead of having it over written?
Public Sub OutputReport()
DoCmd.OutputTo acOutputReport, "Report1", acFormatRTF, "C:\temp\MyDatabase.rtf"...
Hi All,
I would like to loop through a list which would output a report to a file for each iteration. How could I append the file instead of having it over written?
Public Sub OutputReport()
DoCmd.OutputTo acOutputReport, "Report1", acFormatRTF, "C:\temp\MyDatabase.rtf"...
Hi all,
I have a master report that has 3 sub reports which are based on 3 different queries, respectively. I generate the report from a Form. The queries use the same variable that is selected from a list. I now have a my report which is based on one item in the list. How can I open the report...
Hi All,
I would like to get a string from a list box on a form and assign it to a variable. Then use that variable in the 3 select queries I've already created which are using a parameter at the moment. A heads up in the right direction would be appreciated.
Thanks,
Dan
I would like to build one report with three differnt queries but it seems like I can only use one control source per report. Any suggestions would be apreciated.
Thanks,
Dan
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.