User Profile

Collapse

Profile Sidebar

Collapse
rickmedlin
rickmedlin
Last Activity: Oct 3 '08, 06:04 PM
Joined: Sep 22 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rickmedlin
    replied to INSERT INTO query and Error 3073
    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...
    See more | Go to post

    Leave a comment:


  • rickmedlin
    started a topic INSERT INTO query and Error 3073

    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...
    See more | Go to post

  • 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...
    See more | Go to post
No activity results to display
Show More
Working...