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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by androidx

  1. androidx

    Browser Freezing

    I have this script to allow a user to download a file. It is referenced from a form on an asp page. when you click the download button, and save the file, the web page freezes up and you are unable to click on any links or use the back button on your browser. When you refresh, the page works...
  2. androidx

    Page Freezing

    I have this script to allow a user to download a file. It is referenced from a form on an asp page. when you click the download button, and save the file, the web page freezes up and you are unable to click on any links or use the back button on your browser. When you refresh, the page works...
  3. androidx

    Windows 2K Server/Dual NICs

    Just wondering what's involved in setting up two ethernet cards on 1 PC running 2k server. Each card will have it's own public IP. As it stands now both cards are installed with their own IP and I lose all connectivity when both are active. Disabling one or the other reissues connectivity. The...
  4. androidx

    Grouping & Aggregate Functions?

    That's what I would have thought to. Although when I try that it gives me multiple instances of each destination. In other words it just gives me the listing of the full table.
  5. androidx

    Grouping & Aggregate Functions?

    I have a table that contains 3 fields: Carrier, BuyRate, & Destination. A carrier provides a rate to a select destination. What I'm trying to do is create a recordset that contains the cheapest rate for each destination as well as the carrier who can provide that rate. SELECT MIN(BuyRate)...

Part and Inventory Search

Back
Top