G
Guest
I've been posting this for the last 10 days with no reply on a real solution. Can someone at Microsoft or a Microsoft MVP reply to this very frustrating issue. All I've gotten thus far is guesses or an "I'm not sure, but there is a problem with Access 2000/2002â€. But, no solutions! I would like to know if there is a way to accomplish a dataset export to excel from an Access 2000/2002 ADP/Project application. The help file says that there is, using the spreadsheet transfer method. But it does not work due to issues which are unclear or at the very least not clearly defined.
I was in a time crunch when I posted 10 days ago. Now, the mess is about the hit the fan and I am no further along than I was 10 days ago. Please, please, can someone who knows how to accomplish this export supply a solution
I am working on an application developed in Access 2000 as an ADP Project. Naturally it contains Views and Stored Procedures. One of the queries called: "qryViewByMachineReworkedEmailData" is to be exported to an Excel97/2000/2002 format. However, the line of code that should do the exporting to excel is generating a strange error. The error reads as follows: Run Time Error 7874: can't find (database' name) the object "qryViewByMachineReworkedEmailData
Private Sub cmdExportToExcel_Click(
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel8, "qryViewByMachineReworkedEmailData", "MachineParts.XLS", Tru
End Su
Since this is an Access 2000 project application (Now running under Access XP) are there any issues that can possibly be causing this error? What is the fix? Is the code syntax wrong, if it is, can someone assist in correcting it
Thanks in advance for the assistance
I was in a time crunch when I posted 10 days ago. Now, the mess is about the hit the fan and I am no further along than I was 10 days ago. Please, please, can someone who knows how to accomplish this export supply a solution
I am working on an application developed in Access 2000 as an ADP Project. Naturally it contains Views and Stored Procedures. One of the queries called: "qryViewByMachineReworkedEmailData" is to be exported to an Excel97/2000/2002 format. However, the line of code that should do the exporting to excel is generating a strange error. The error reads as follows: Run Time Error 7874: can't find (database' name) the object "qryViewByMachineReworkedEmailData
Private Sub cmdExportToExcel_Click(
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel8, "qryViewByMachineReworkedEmailData", "MachineParts.XLS", Tru
End Su
Since this is an Access 2000 project application (Now running under Access XP) are there any issues that can possibly be causing this error? What is the fix? Is the code syntax wrong, if it is, can someone assist in correcting it
Thanks in advance for the assistance