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 strongm 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. slickpg

    Output Access Report to RTF File

    Using following cmd in code to output an Access 97 report to an RTF file that can be opened in Word 97 and then print the rtf document: DoCmd.OutputTo acOutputReport, strRpt, acFormatRTF, "C:\AccessReports\" but receive following error msg: "The formats that enable you to output data as a...
  2. slickpg

    Why does Mail merge start another copy of Access?

    I also had this problem using Access 97 and Word 97. The solution is to make sure your word documents are being set up correctly in the mail merge process. For complete details see the article in the Microsoft Knowledge Base article Q199963 and follow the steps exactly as stated in Method #2...
  3. slickpg

    Access & Word 97 Mail Merge

    Some time after submitting my posting, I finally figured out that our network performance was extremely slow and response improved after lunch; also discovered that the mail merge documents need to use ODBC instead of the DDE which also stopped the opening of a second Access window Thanks for...
  4. slickpg

    Access & Word 97 Mail Merge

    I have created a mail merge app that is working but when passing data from an Access form to the Word Document, the Word document does not become visible until mouse movement is detected. Any ideas anybody????
  5. slickpg

    Access 97 report using bound object frame

    I am creating an Access report that has text fields and 1 bound object frame. The trouble is that when the report is created the text in the bound object frame become "boldface text" or even changes to another type of font. OLE object is created in Wordpad and saved as an RTF file...
  6. slickpg

    Bold portions of text in a text box control

    I am trying to bold portions of text that are first defined and entered into a memo field of an access 97 table. When the report is assembled, the memo field is tied to the report via text box control whose row source is equated to a query that pulls in the correct memo field to produce a...
  7. slickpg

    Access & Word 97 VBA/MailMerge multiple printouts

    How do you print multiples word documents created from Access 97 database, using VBA code to invoke "Mail Merge" without opening an occurrence of Word for every document that you want to print? I can print 1 document with no problem. What this boils down to is that the users want to...

Part and Inventory Search

Back
Top