Sign Up |  Live StatsLive Stats    Articles 35,345| Comments 159,788| Members 17,820, Newest waheguruhelpme| Online 225
Home Contact
 (Forgotten?): 
    Sikhism

   
                                                                     Your Banner Here!    

Sikh Philosophy Network » Sikh Philosophy Network » Current Affairs » Information Technology » About "Operation must use updateable query" (Error: 3073)

About "Operation must use updateable query" (Error: 3073)

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 400 USD, Received: 35 USD (9%)
Please Donate...
Related Topics...
Thread Thread Starter Forum Replies Last Post
Importing Text File : Error "Field too Large" Susan Information Technology 4 28-Jul-2006 08:32 AM
Linking Text File : Error : "Record Too Large" Susan Philip Information Technology 1 28-Jul-2006 08:31 AM
" Invalid Argument" error (# 3001) - Conversion Access 97 to 2002 fred_y_Ohio Information Technology 2 28-Jul-2006 08:27 AM
Re: Query returns a column full of "#ERROR" [MVP] S.Clark Information Technology 1 28-Jul-2006 08:00 AM
"Unable to connect to OLE Server or ActiveX control" error GL Information Technology 0 17-Nov-2005 18:02 PM


Tags
3073, error, must, operation must use updateable query, queryquot, quotoperation, updateable
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 28-Jul-2006, 08:20 AM
hoganxian@gmail.com's Avatar hoganxian@gmail.com
Guest
 
Posts: n/a
   
   
About "Operation must use updateable query" (Error: 3073)

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
Hi,there,

My purpose is once clicking the a button ( using Access form ) VBA
code will generate a query and execute it.

However, I encounter this error: "Operation must use updateable
query" (Error: 3073)

I set "Everyone" has the full control of the Access database folder,
but it does not work.

If I test that query in a module( step by step, without using Form,
Button, etc) it works well.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/11402-about-operation-must-use-updateable-query.html

So, what's the problem?

Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11402
Any ideas?

thanks~~


*








 
Do share your immediate thoughts or reactions on this issue? We value your views! Login Now! or Sign Up Today! to share your views with us.. Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 28-Jul-2006, 08:20 AM
SusanV's Avatar SusanV
Guest
 
Posts: n/a
   
   
Re: About "Operation must use updateable query" (Error: 3073)

What's the query?

wrote in message
news:1150292238.128137.12030@y41g2000cwy.googlegro ups.com...
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11402
> Hi,there,
>
> My purpose is once clicking the a button ( using Access form ) VBA
> code will generate a query and execute it.
>
> However, I encounter this error: "Operation must use updateable
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11402
> query" (Error: 3073)
>
> I set "Everyone" has the full control of the Access database folder,
> but it does not work.
>
> If I test that query in a module( step by step, without using Form,
> Button, etc) it works well.
>
> So, what's the problem?
>
> Any ideas?
>
> thanks~~
>



Reply With Quote
  #3 (permalink)  
Old 28-Jul-2006, 08:20 AM
hoganxian@gmail.com's Avatar hoganxian@gmail.com
Guest
 
Posts: n/a
   
   
Re: About "Operation must use updateable query" (Error: 3073)

Left join two exist query


SusanV wrote:
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11402
> What's the query?
>
> wrote in message
> news:1150292238.128137.12030@y41g2000cwy.googlegro ups.com...
> > Hi,there,
> >
> > My purpose is once clicking the a button ( using Access form ) VBA
> > code will generate a query and execute it.
> >
> > However, I encounter this error: "Operation must use updateable
> > query" (Error: 3073)
> >
> > I set "Everyone" has the full control of the Access database folder,
> > but it does not work.
> >
> > If I test that query in a module( step by step, without using Form,
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11402
> > Button, etc) it works well.
> >
> > So, what's the problem?
> >
> > Any ideas?
> >
> > thanks~~
> >


Reply With Quote
  #4 (permalink)  
Old 28-Jul-2006, 08:20 AM
SusanV's Avatar SusanV
Guest
 
Posts: n/a
   
   
Re: About "Operation must use updateable query" (Error: 3073)

The SQL?

wrote in message
news:1150293661.598013.124480@h76g2000cwa.googlegr oups.com...
> Left join two exist query
>
>
> SusanV wrote:
>> What's the query?
>>
>> wrote in message
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11402
>> news:1150292238.128137.12030@y41g2000cwy.googlegro ups.com...
>> > Hi,there,
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11402
>> >
>> > My purpose is once clicking the a button ( using Access form ) VBA
>> > code will generate a query and execute it.
>> >
>> > However, I encounter this error: "Operation must use updateable
>> > query" (Error: 3073)
>> >
>> > I set "Everyone" has the full control of the Access database folder,
>> > but it does not work.
>> >
>> > If I test that query in a module( step by step, without using Form,
>> > Button, etc) it works well.
>> >
>> > So, what's the problem?
>> >
>> > Any ideas?
>> >
>> > thanks~~
>> >

>



Reply With Quote
  #5 (permalink)  
Old 28-Jul-2006, 08:20 AM
hoganxian@gmail.com's Avatar hoganxian@gmail.com
Guest
 
Posts: n/a
   
   
Re: About "Operation must use updateable query" (Error: 3073)

SELECT gfkey, german
FROM gfkeys LEFT JOIN Tran
ON strcomp(gfkeys.gfkey,Tran.english,0)=0
WHERE Tran.english is NULL or Tran.german='&NOTRAN&';

B.T.W This SQL is generated by VBA.

Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11402

SusanV wrote:
> The SQL?
>
> wrote in message
> news:1150293661.598013.124480@h76g2000cwa.googlegr oups.com...
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11402
> > Left join two exist query
> >
> >
> > SusanV wrote:
> >> What's the query?
> >>
> >> wrote in message
> >> news:1150292238.128137.12030@y41g2000cwy.googlegro ups.com...
> >> > Hi,there,
> >> >
> >> > My purpose is once clicking the a button ( using Access form ) VBA
> >> > code will generate a query and execute it.
> >> >
> >> > However, I encounter this error: "Operation must use updateable
> >> > query" (Error: 3073)
> >> >
> >> > I set "Everyone" has the full control of the Access database folder,
> >> > but it does not work.
> >> >
> >> > If I test that query in a module( step by step, without using Form,
> >> > Button, etc) it works well.
> >> >
> >> > So, what's the problem?
> >> >
> >> > Any ideas?
> >> >
> >> > thanks~~
> >> >

> >


Reply With Quote
  #6 (permalink)  
Old 28-Jul-2006, 08:20 AM
SusanV's Avatar SusanV
Guest
 
Posts: n/a
   
   
Re: About "Operation must use updateable query" (Error: 3073)

VBA DoCmd.RunSQL only executes action queries - update, insert, make table
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11402
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11402
etc. Not Select. You can use the SQL you generate for a recordset, then use
the recordset to update your table or whatever...
--
hth,
SusanV


wrote in message
news:1150295289.136113.317420@g10g2000cwb.googlegr oups.com...
> SELECT gfkey, german
> FROM gfkeys LEFT JOIN Tran
> ON strcomp(gfkeys.gfkey,Tran.english,0)=0
> WHERE Tran.english is NULL or Tran.german='&NOTRAN&';
>
> B.T.W This SQL is generated by VBA.
>
>
> SusanV wrote:
>> The SQL?
>>
>> wrote in message
>> news:1150293661.598013.124480@h76g2000cwa.googlegr oups.com...
>> > Left join two exist query
>> >
>> >
>> > SusanV wrote:
>> >> What's the query?
>> >>
>> >> wrote in message
>> >> news:1150292238.128137.12030@y41g2000cwy.googlegro ups.com...
>> >> > Hi,there,
>> >> >
>> >> > My purpose is once clicking the a button ( using Access form ) VBA
>> >> > code will generate a query and execute it.
>> >> >
>> >> > However, I encounter this error: "Operation must use updateable
>> >> > query" (Error: 3073)
>> >> >
>> >> > I set "Everyone" has the full control of the Access database
>> >> > folder,
>> >> > but it does not work.
>> >> >
>> >> > If I test that query in a module( step by step, without using
>> >> > Form,
>> >> > Button, etc) it works well.
>> >> >
>> >> > So, what's the problem?
>> >> >
>> >> > Any ideas?
>> >> >
>> >> > thanks~~
>> >> >
>> >

>



Reply With Quote
  #7 (permalink)  
Old 28-Jul-2006, 08:21 AM
dbahooker@hotmail.com's Avatar dbahooker@hotmail.com
Guest
 
Posts: n/a
   
   
Re: About "Operation must use updateable query" (Error: 3073)


if you get this message in a real-world implementation-- then run away
and start using Access Data Projects


MDB just randomly craps out
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11402


-Aaron



SusanV wrote:
> VBA DoCmd.RunSQL only executes action queries - update, insert, make table
> etc. Not Select. You can use the SQL you generate for a recordset, then use
> the recordset to update your table or whatever...
> --
> hth,
> SusanV
>
>
> wrote in message
> news:1150295289.136113.317420@g10g2000cwb.googlegr oups.com...
> > SELECT gfkey, german
> > FROM gfkeys LEFT JOIN Tran
> > ON strcomp(gfkeys.gfkey,Tran.english,0)=0
> > WHERE Tran.english is NULL or Tran.german='&NOTRAN&';
> >
> > B.T.W This SQL is generated by VBA.
> >
> >
> > SusanV wrote:
> >> The SQL?
> >>
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11402
> >> wrote in message
> >> news:1150293661.598013.124480@h76g2000cwa.googlegr oups.com...
> >> > Left join two exist query
> >> >
> >> >
> >> > SusanV wrote:
> >> >> What's the query?
> >> >>
> >> >> wrote in message
> >> >> news:1150292238.128137.12030@y41g2000cwy.googlegro ups.com...
> >> >> > Hi,there,
> >> >> >
> >> >> > My purpose is once clicking the a button ( using Access form ) VBA
> >> >> > code will generate a query and execute it.
> >> >> >
> >> >> > However, I encounter this error: "Operation must use updateable
> >> >> > query" (Error: 3073)
> >> >> >
> >> >> > I set "Everyone" has the full control of the Access database
> >> >> > folder,
> >> >> > but it does not work.
> >> >> >
> >> >> > If I test that query in a module( step by step, without using
> >> >> > Form,
> >> >> > Button, etc) it works well.
> >> >> >
> >> >> > So, what's the problem?
> >> >> >
> >> >> > Any ideas?
> >> >> >
> >> >> > thanks~~
> >> >> >
> >> >

> >


Reply With Quote
  #8 (permalink)  
Old 28-Jul-2006, 08:21 AM
hoganxian@gmail.com's Avatar hoganxian@gmail.com
Guest
 
Posts: n/a
   
   
Re: About "Operation must use updateable query" (Error: 3073)

The problem is : If I run this query in another macro,like this:

public sub test()

DoCmd.TransferSpreadsheet, acExport,
acSpreadSheetTypeExcel9,'qryTemp","d:\a.xls"

end sub

It works very well!!!

So, why??



SusanV wrote:
> VBA DoCmd.RunSQL only executes action queries - update, insert, make table
> etc. Not Select. You can use the SQL you generate for a recordset, then use
> the recordset to update your table or whatever...
> --
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11402
> hth,
> SusanV
>
>
> wrote in message
> news:1150295289.136113.317420@g10g2000cwb.googlegr oups.com...
> > SELECT gfkey, german
> > FROM gfkeys LEFT JOIN Tran
> > ON strcomp(gfkeys.gfkey,Tran.english,0)=0
> > WHERE Tran.english is NULL or Tran.german='&NOTRAN&';
> >
> > B.T.W This SQL is generated by VBA.
> >
> >
> > SusanV wrote:
> >> The SQL?
> >>
> >> wrote in message
> >> news:1150293661.598013.124480@h76g2000cwa.googlegr oups.com...
> >> > Left join two exist query
> >> >
> >> >
> >> > SusanV wrote:
> >> >> What's the query?
> >> >>
> >> >> wrote in message
> >> >> news:1150292238.128137.12030@y41g2000cwy.googlegro ups.com...
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11402
> >> >> > Hi,there,
> >> >> >
> >> >> > My purpose is once clicking the a button ( using Access form ) VBA
> >> >> > code will generate a query and execute it.
> >> >> >
> >> >> > However, I encounter this error: "Operation must use updateable
> >> >> > query" (Error: 3073)
> >> >> >
> >> >> > I set "Everyone" has the full control of the Access database
> >> >> > folder,
> >> >> > but it does not work.
> >> >> >
> >> >> > If I test that query in a module( step by step, without using
> >> >> > Form,
> >> >> > Button, etc) it works well.
> >> >> >
> >> >> > So, what's the problem?
> >> >> >
> >> >> > Any ideas?
> >> >> >
> >> >> > thanks~~
> >> >> >
> >> >

> >


Reply With Quote
  #9 (permalink)  
Old 28-Jul-2006, 08:21 AM
SusanV's Avatar SusanV
Guest
 
Posts: n/a
   
   
Re: About "Operation must use updateable query" (Error: 3073)

  Donate Today!  
Macros will run select queries, docmd won't


wrote in message
news:1150349183.009996.23210@r2g2000cwb.googlegrou ps.com...
> The problem is : If I run this query in another macro,like this:
>
> public sub test()
>
> DoCmd.TransferSpreadsheet, acExport,
> acSpreadSheetTypeExcel9,'qryTemp","d:\a.xls"
>
> end sub
>
> It works very well!!!
>
> So, why??
>
>
>
> SusanV wrote:
>> VBA DoCmd.RunSQL only executes action queries - update, insert, make
>> table
>> etc. Not Select. You can use the SQL you generate for a recordset, then
>> use
>> the recordset to update your table or whatever...
>> --
>> hth,
>> SusanV
>>
>>
>> wrote in message
>> news:1150295289.136113.317420@g10g2000cwb.googlegr oups.com...
>> > SELECT gfkey, german
>> > FROM gfkeys LEFT JOIN Tran
>> > ON strcomp(gfkeys.gfkey,Tran.english,0)=0
>> > WHERE Tran.english is NULL or Tran.german='&NOTRAN&';
>> >
>> > B.T.W This SQL is generated by VBA.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11402
>> >
>> >
>> > SusanV wrote:
>> >> The SQL?
>> >>
>> >> wrote in message
>> >> news:1150293661.598013.124480@h76g2000cwa.googlegr oups.com...
>> >> > Left join two exist query
>> >> >
>> >> >
>> >> > SusanV wrote:
>> >> >> What's the query?
>> >> >>
>> >> >> wrote in message
>> >> >> news:1150292238.128137.12030@y41g2000cwy.googlegro ups.com...
>> >> >> > Hi,there,
>> >> >> >
>> >> >> > My purpose is once clicking the a button ( using Access form )
>> >> >> > VBA
>> >> >> > code will generate a query and execute it.
>> >> >> >
>> >> >> > However, I encounter this error: "Operation must use updateable
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11402
>> >> >> > query" (Error: 3073)
>> >> >> >
>> >> >> > I set "Everyone" has the full control of the Access database
>> >> >> > folder,
>> >> >> > but it does not work.
>> >> >> >
>> >> >> > If I test that query in a module( step by step, without using
>> >> >> > Form,
>> >> >> > Button, etc) it works well.
>> >> >> >
>> >> >> > So, what's the problem?
>> >> >> >
>> >> >> > Any ideas?
>> >> >> >
>> >> >> > thanks~~
>> >> >> >
>> >> >
>> >

>



Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Gurbani Jukebox
Listen to Gurbani while surfing SPN!
» Active Discussions
sikhism Who is "Mohan"?
Today 06:52 AM
21 Replies, 319 Views
sikhism need urgent advice.......
Today 06:46 AM
6 Replies, 72 Views
sikhism ਨਾਮਾ
Today 06:37 AM
2 Replies, 45 Views
sikhism Sikh Diamonds Video...
Today 04:23 AM
6 Replies, 112 Views
sikhism Are Creator and Creation...
Today 01:30 AM
44 Replies, 2,833 Views
sikhism Herman Hesse,...
Today 00:54 AM
13 Replies, 225 Views
sikhism On a Scale of Most...
Yesterday 21:42 PM
30 Replies, 1,277 Views
sikhism I became victim by...
Yesterday 19:50 PM
0 Replies, 39 Views
sikhism How important is Matha...
By Ishna
Yesterday 19:05 PM
58 Replies, 1,026 Views
sikhism Sikh Books downloads
Yesterday 15:39 PM
2 Replies, 62 Views
sikhism Salok Sheikh Farid ji...
Yesterday 09:35 AM
0 Replies, 43 Views
sikhism In Punjab, three farmers...
Yesterday 05:36 AM
0 Replies, 45 Views
sikhism Supernatural Sikhs, what...
Yesterday 03:45 AM
19 Replies, 408 Views
sikhism Sukhmani Sahib Astpadi...
26-May-2012 22:57 PM
0 Replies, 46 Views
Do You Think You Are...
26-May-2012 09:59 AM
94 Replies, 8,258 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.2

All times are GMT +6.5. The time now is 07:23 AM.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.5.2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.51046 seconds with 30 queries