Ask a Question related to Microsoft Access, Design and Development.
-
JG #1
Hiding queries
I want to run a query only to weed out uneeded info from
the table. Then I want to do calcs on the columns in the
query. What I need to know is how to run the query
without it appearing? All calculations will be done
withing the code and I don't need the user to enter any
data. How do I hide it?
JG Guest
-
Queries Of Queries Single Quote Problem
When using queries of queries I'm having the following issue. Select Company_ID From qry_MyQuery Where Company_NM = 'MyString''s' <----... -
hiding wsdl...
hi, how can i hide the wsdl file without exposing this to client.. regards, -
Hiding PHP
Hi I want to hide the php files from my urls. My only idea is to have each file in its own directory as a default.php file. So instead of... -
Hiding URL's...
I read this article, and thought it was perfect for me... Just the same prob I'm having... http://forums.devshed.com/archive/5/2002/06/2/37330 ... -
Hiding a URL ?? is this possible ??
I have several pages on a server which I need to show, but keep the URL private. Is there a way to put a link on my site, and hide the URL? Also,... -
Sal Rosario #2
Re: Hiding queries
You can create a macro that opens the query and then closes the query. You
can achieve the same with VBA code.
Sal
[url]www.cedrostec.com[/url]
"JG" <herbg64@aol.com> wrote in message
news:02c701c34001$adf42730$a301280a@phx.gbl...> I want to run a query only to weed out uneeded info from
> the table. Then I want to do calcs on the columns in the
> query. What I need to know is how to run the query
> without it appearing? All calculations will be done
> withing the code and I don't need the user to enter any
> data. How do I hide it?
Sal Rosario Guest
-
JG #3
Re: Hiding queries
I figured that much, but what is the syntax? I've never
use VBA behind an access database. Sorry, maybe I wasn't
clear enough.
closes the query. You>-----Original Message-----
>You can create a macro that opens the query and thenthe>can achieve the same with VBA code.
>
>Sal
>[url]www.cedrostec.com[/url]
>
>"JG" <herbg64@aol.com> wrote in message
>news:02c701c34001$adf42730$a301280a@phx.gbl...>> I want to run a query only to weed out uneeded info from
>> the table. Then I want to do calcs on the columns in>>> query. What I need to know is how to run the query
>> without it appearing? All calculations will be done
>> withing the code and I don't need the user to enter any
>> data. How do I hide it?
>
>.
>JG Guest



Reply With Quote

