Thanks, Stewart. You raise a good point. I only pursued this option because I could make it work at home. The workbook in question has 26 worksheets and I didn't like the idea of linking them all.
I did some more reseach and it appears another reason using Append Queries to write to Excel doesn't work has to do with which version of Access or Excel you're using and which SP you've upgraded to.
I decided to use some...
User Profile
Collapse
-
INSERT INTO query and Error 3073
I know this has been posted on elsewhere but I'm stuck. I'm using the following append query to copy an Access query to Excel:
INSERT INTO [Excel 8.0;Database=C: \Test.xls;].[Sheet1$]
SELECT *
FROM Test;
This isn't the real table name or workbook name, but the logic is the same. This method is preferable to me because it's efficient and there's much less chance for user error. But when I use the query... -
Insert Into query and Error 3073 (Operation must use updateable query)
I know this has been posted on elsewhere but I'm stuck. I'm using the following append query to copy an Access query to Excel:
INSERT INTO [Excel 8.0;Database=C: \Test.xls;].[Sheet1$]
SELECT *
FROM Test;
This isn't the real table name or workbook name, but the logic is the same. This method is preferable to me because it's efficient and there's much less chance for user error. But when I use the query...
No activity results to display
Show More
Leave a comment: