Ask a Question related to Microsoft Access, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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' <----...
    2. hiding wsdl...
      hi, how can i hide the wsdl file without exposing this to client.. regards,
    3. 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...
    4. 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 ...
    5. 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,...
  3. #2

    Default 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

  4. #3

    Default 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.

    >-----Original Message-----
    >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?
    >
    >
    >.
    >
    JG Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139