Re: Hide Query Output
- From: "RICHARD BROMBERG" <noreply@xxxxxxx>
- Date: Wed, 31 May 2006 17:49:29 GMT
Here is the actual code :
DoCmd.OpenQuery "qryLocation", , acNormal, acEdit
DoCmd.TransferSpread*** acExport, 8, "qryLocation", stDestination, False
qryLocation selects a set of records based on a City and Street.
What I am doing is creating an Excel spread *** based on the query.
Thanks
"Keith Wilby" <here@xxxxxxxxx> wrote in message
news:447d907e$1_1@xxxxxxxxxxxxxxxxxxxxxxxxx
"RICHARD BROMBERG" <noreply@xxxxxxx> wrote in messagescreen.
news:j4gfg.195204$eR6.112634@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am using the following code to run a query:
DoCmd.OpenQuery "qryLocation", acNormal, acEdit
The query works fine, but the results of the query display on the
isThis was helpful when I was designing/debugging the application, but it
isdistracting in the finished application.Why are you opening a query if you don't want to view the results? What
Is there some way I can prevent the results from being displayed?
thanks
it that you're wanting to achieve?
Keith.
www.keithwilby.com
.
- Follow-Ups:
- Re: Hide Query Output
- From: Rick Wannall
- Re: Hide Query Output
- References:
- Hide Query Output
- From: RICHARD BROMBERG
- Re: Hide Query Output
- From: Keith Wilby
- Hide Query Output
- Prev by Date: Re: Disable Item.Send Outlook Warning from Access?
- Next by Date: Re: Hide Query Output
- Previous by thread: Re: Hide Query Output
- Next by thread: Re: Hide Query Output
- Index(es):