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!

Recent content by puppetnd

  1. puppetnd

    asp jump menu

    ok nevermind i went a different route with the search box and it should be working as soon as i fix this next error the error i get is name redifined but i need to keep the name or else it wouldnt be able to be used in another sub to open the connection. heres my code etc
  2. puppetnd

    asp jump menu

    i did it like this but it says page could not be found when i choose an item in the drop down
  3. puppetnd

    asp jump menu

    could i put it with the other IF statement like this? <% IF len(searchItem) = 0 & sDoRunDatabase = True THEN
  4. puppetnd

    asp jump menu

    ok thanks, so it should look like this? sorry about the length of code
  5. puppetnd

    asp jump menu

    thanks for the replys but would i have to change the "where" part? its still looking in artist. WHERE Artist LIKE '%" & searchItem & "%' search item is just a variable from the text input
  6. puppetnd

    asp jump menu

    hi im trying to learn more about forms in asp and would like to know if anyone knows how i can tell a jump menu to change a variable if an option is selected instead of going to a page? i need to select an option from a list which will change the WHERE statement in my sql so i can choose to...

Part and Inventory Search

Back
Top