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 Chris Miller 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. jimbak3r

    Appending data to an exported html filename?

    Thanks for the tip, Here is a part of the code: Private Sub SavetoFile_Click() On Error GoTo Err_SavetoFile_Click Dim stDocName As String stDocName = "ClawBack" DoCmd.OutputTo acReport, stDocName Exit_SavetoFile_Click: Exit Sub Err_SavetoFile_Click: MsgBox Err.Description Resume...
  2. jimbak3r

    Appending data to an exported html filename?

    Currently I have a simple database of payroll adjustment details imported from an excel file. I've built a report that page breaks to seperate pages for each sales clerk on the report. What I'm trying to accomplish is by using a quick form that I have created that has command buttons setup to...

Part and Inventory Search

Back
Top