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 Chriss Miller 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 phillysri

  1. phillysri

    Exporting results from access to Excel in VBA

    Hi PHV I have created a variable with the the query in it and used that query to export but still it is giving an error saying object or path not found. what path we need to give for this ?
  2. phillysri

    Exporting results from access to Excel in VBA

    Thanks a lot PHV I have tried this statement but it is giving me an error for the table name says microsoft JET could not find this object name Where do we need to create this table ...in access or VBA DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "table1", "C:\Documents and...
  3. phillysri

    Exporting results from access to Excel in VBA

    hi I am trying to export the result from a query into an excel . Could you tell me how to do this .. thanks
  4. phillysri

    Importing Excel File into access as a table

    hi How can we do the other way meaning how can we export the results into an excel file

Part and Inventory Search

Back
Top