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 bkrike 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: Scarecrow
  • Content: Threads
  • Order by date
  1. Scarecrow

    Filtering a database query using a drop down list

    I have been told what I am wanting is easy to do, but I just can't figure it out. What I'd like to do is change my current database listing so that the heading column is a drop down filter, like the excel autofilter function. Below is my current coding. I would like to replace the headings...
  2. Scarecrow

    Timer Using DateDiff

    I am in the process of putting a countdown timer in my online auction. Right now, I'm using the DateDiff function to figure the Hours, Minutes, and Seconds remaining in the auction. The 2 problems I'm facing are: (1)How do I format the minues and seconds to represent 'real' minutes and...
  3. Scarecrow

    Changing data between tables

    I am in the process of creating an online 'auction'. I have two tables in my access dbase labled 'Item' and 'Bid'. Within the 'Item' table are field names ItemID, ItemName, ExpirationDate, and ItemStatus. Within the 'Bid' table are field names ItemID, and BidClose. My script in addbid.asp...
  4. Scarecrow

    Comparing form results

    I am in the process of creating a fantasy baseball auction page where you bid on the players by offering them contracts of varoius lengths and amounts. The problem I am having is that it doesn't check to see if a persons offer is the best offer. Below is the script I am using: <FORM...

Part and Inventory Search

Back
Top