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

    Show Selected Value from Query

    I am running a query, <cfquery name="getRecords" datasource="******"> SELECT Prods.*, ProdMatrix.*, Categories.* FROM Prods, ProdMatrix, Cats WHERE (Prods.ProdID = ProdMatrix.ProdID) AND (Prods.CatID = Cats.CatID) </cfquery> All information is displaying properly. What I would like to do is show...

Part and Inventory Search

Back
Top