Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: spookycave
  • Content: Threads
  • Order by date
  1. spookycave

    how to do a boolean "and" in ms access query

    I have a numeric (long int) field called RIGHTS in a table called ACL, and I'm running this query on it: SELECT ACL.* FROM ACL WHERE CBool(RIGHTS And 4)=True; I just want to select all values that are true, when logically "and'ed" together with the number 4. So I'd want to select values 4, 5...
  2. spookycave

    static route through vpn

    I have a pix525/unrestricted with 3 interfaces - inside, outside, dmz. On the dmz interface I have a router, behind which is a server with ip address 172.x.x.x. On the inside interface, client computers connect to the server at 172.x.x.x, so I set up a static route for the server's ip address...

Part and Inventory Search

Back
Top