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

    Upload keywords and categories from an xml file to sql server

    Hi all, I have an xml file that contains keywords and categories for a given product. I am loading the keywords and categories to a sql table using the the updaate below. This only loads the first keyword and first category. My goal is to have it like this id keyword category 1...
  2. Pereayel

    OnClick change image

    I have three menu images Image1.gif, Image2.gif, and Image 3.gif. I want to click on Image1.gif and have it change to Image1_over.gif which is of a different color. When I click on the other image, it should also change to the "_over.gif" for the particular image but the first one returns to...
  3. Pereayel

    Format output of a query to a specific layout

    Hi all, I'm new to this forumn and need your help. Below is the query that I am running and under it is the resulting table. SELECT DISTINCT school.schoolID, field.[name], degree. [name] AS degree, degree.degreeID, field.fieldID FROM school_field INNER JOIN...

Part and Inventory Search

Back
Top