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 SkipVought 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: *

  1. qbhome

    emailing a report

    Thanks for the response and sorry for not mentioning that I am using Access 2000. However using a macro didn't work either as I was using a toolbar to perform the action. The great news for me is that since it worked for you I realized that I was missing something. So I used a form to run the...
  2. qbhome

    emailing a report

    I'm trying to email a report using the following code: [DoCmd.SendObject acReport, "Report", "SnapshotFormat(*.snp)", "", "", "", "Todays Report", "", False, ""] It works great as long as the database window is...
  3. qbhome

    Send e-mail from access databases

    Read all the postings but none applied so here's my question. I first tried to use this line to e-mail an attachment: [DoCmd.SendObject acReport, "Report", "SnapshotFormat(*.snp)", "", "", "", "Report", "", False...

Part and Inventory Search

Back
Top