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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by invincibleian

  1. invincibleian

    Opening an Access DB with MS Access Object Library

    My procedure below worked fine until I put a password on the database. Now a "Enter Password" prompt appears. Is there anyway to write the password into my code? Public Sub fPrintSummary(strReportName) Dim applAccess As Access.Application Set applAccess = New Access.Application...
  2. invincibleian

    Page Breaks

    I am sending text into a rich text box. I send text in groupings. I want only four groups of info per page. After each 4th group I would like to insert a page break. I don't know how! Instead I have been printing the rich text box after every fourth group, then rtf="", etc, etc...

Part and Inventory Search

Back
Top