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 Chriss Miller 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 josephjoe

  1. josephjoe

    Strange Query, Show only shipped status,

    Current Data ID Part Status --- ---- ------ 5 Glue Received 7 Paint Shipped 5 Glue Shipped 3 Hammer Received 7 Paint Received Query I am trying ID Part Status --- ---- ------ 3 Hammer Received I am...
  2. josephjoe

    duplicate query

    i need to run a query that show all the records that do not contact a duplicate value in one field. Example: Batch_No. I need to see a query where the results are only the records with no duplicate batch_no. Table No. Product --- ------ 123 - Glue 145 - Paint 123 - Glue 178 -...
  3. josephjoe

    function submits 2 values

    Textbox Values: Car= Red , Pro= 1236 I am looking to display the result like this: red,1236 function makeCheckBox(cell) { cell.innerHTML = '<input id="sbt" type="submit" name="Submit" value="Ship" onclick="blnk(car.value+pro.value)" />' } Display Like: Red1236 function makeCheckBox(cell) {...

Part and Inventory Search

Back
Top