Results 1 to 2 of 2
  1. #1
    ChefContainer is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2013
    Posts
    1

    Updateable query failing in Runtime - 2010

    Hello all.



    I have a FE/BE application which functions correctly on regular Access 2010.

    I have compiled this creation but when I try to run on a runtime machine some of the functions receive the error Operation must use an updateable query. The actual queries that are failing are append query yet not all the append queries in the project fail.

    Any suggestions?

    Thanks!

    sjipping@chefcontainer(dot)com

  2. #2
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    I can't explain why it is only appearing in runtime. and that is going to be frustrating to have to go back and forth in order to trial/test.......

    But in general; a component of the query (s) that feed into the append query are triggering this. Modify your appendquery to be a MakeTable query and make a new table - its ok if it is a local table as it is essentially a scratch pad. then make a new append query that uses this new table as the record source. that will probably work.

    you will have to trigger the Make always before the Append of course..... set warning off so that the Make doesn't trigger a prompt because the table already exists...

    hope it helps....

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Can a secured 2010 db be opened via 2010 runtime?
    By bobduncan43 in forum Access
    Replies: 2
    Last Post: 01-22-2013, 10:02 PM
  2. 2010 runtime
    By crowegreg in forum Access
    Replies: 0
    Last Post: 08-10-2012, 11:46 PM
  3. 2010 Runtime version
    By crowegreg in forum Access
    Replies: 4
    Last Post: 08-10-2012, 11:48 AM
  4. Access Runtime 2010
    By KellyM in forum Access
    Replies: 5
    Last Post: 03-22-2012, 12:42 PM
  5. Access 2010 Runtime
    By btidwell3 in forum Access
    Replies: 5
    Last Post: 12-09-2011, 10:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums