C cl159037 Registered User. Local time Today, 12:56 Joined Nov 22, 2011 Messages 13 Nov 22, 2011 #1 i m using access 2007. i want to know how to export my report to excel file since my excel file icon is disabled in the access tootbar.
i m using access 2007. i want to know how to export my report to excel file since my excel file icon is disabled in the access tootbar.
V vbaInet AWF VIP Local time Today, 08:26 Joined Jan 22, 2010 Messages 26,374 Nov 22, 2011 #2 In the Click event of a button you can use: DoCmd.OutputTo http://msdn.microsoft.com/en-us/library/bb238050(v=office.12).aspx http://www.blueclaw-db.com/docmd_outputto_example.htm Or Export the Record Source of the report to a spreadsheet using: DoCmd.TransferSpreadsheet: http://msdn.microsoft.com/en-us/library/bb214134(v=office.12).aspx
In the Click event of a button you can use: DoCmd.OutputTo http://msdn.microsoft.com/en-us/library/bb238050(v=office.12).aspx http://www.blueclaw-db.com/docmd_outputto_example.htm Or Export the Record Source of the report to a spreadsheet using: DoCmd.TransferSpreadsheet: http://msdn.microsoft.com/en-us/library/bb214134(v=office.12).aspx
C cl159037 Registered User. Local time Today, 12:56 Joined Nov 22, 2011 Messages 13 Nov 24, 2011 #3 I m using access 2007, can anyone help me to transfer tabular access report to excel / spreadsheet file.
I m using access 2007, can anyone help me to transfer tabular access report to excel / spreadsheet file.
V vbaInet AWF VIP Local time Today, 08:26 Joined Jan 22, 2010 Messages 26,374 Nov 24, 2011 #4 You double posted in error. Look into the Import & Export wizard. You can use that to export your report to Excel.
You double posted in error. Look into the Import & Export wizard. You can use that to export your report to Excel.