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...
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 -...
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)
{...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.