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 strongm 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: *

  1. hoosierdoc

    how to accomplish an image rollover

    I am an absolute novice, but I know what I went to end up with, just not how to get there. I want a background image displayed, with several circles drawn in various places. When the mouse is brought over these areas, it will popup a smaller window with text information describing the area. Is...
  2. hoosierdoc

    VBScript SQL Search with multiple keywords

    Sorry, gotta add one correction. By odd coincidence, most of the categories I had were 8 characters in length. You need to adjust the left() command by the length of the category you are searching on. Add this code: y = len(cat) ' underneath where you pull the variable in And change a line...
  3. hoosierdoc

    VBScript SQL Search with multiple keywords

    I have struggled with this all day but finally figured it out. I couldn't find anywhere online where this was discussed so here's my code. It lets you put in unlimited keywords and then do a sql search based on the category and keywords you want. Currently it's an 'OR', but could easily make it...

Part and Inventory Search

Back
Top