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 derfloh 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 rorrosh

  1. rorrosh

    TransferSpreadsheet function workaround using Dynamic Query

    I use this function to export the report to HTML formate you can use it excel format it will work, i'm sure It will. Good Luck Private Sub cmdExportCustomers_Click() Dim strLocalPath As String strLocalPath = CurrentProject.Path & "\customers.xls" DoCmd.OutputTo...

Part and Inventory Search

Back
Top