Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dandough
  • Content: Threads
  • Order by date
  1. dandough

    SendObject parameter question

    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...
  2. dandough

    DoCmd Output (Append?)

    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&quot...
  3. dandough

    DoCmd OutputTo Appending?

    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&quot...
  4. dandough

    Looping through queries to build a continious report

    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...
  5. dandough

    Using a variable in a select query?

    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
  6. dandough

    Building a Report

    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

Part and Inventory Search

Back
Top