Is this a javascript question?
Good evening all,
I have to build a web app that mirrors an Access app that is VB based. One problem I am having is in our Inspection Form. I used <cfloop list = j> to perform a list qualify but, what I need is:
1. Have users inspect products
2. Identify how many products inspected
3. Identify the defective products on an order
4. Identify the specific defect per specific product without re-entering the order
5. Complete the inspection then enter the new order
For example, order J32579 has 15 products. Product 1 has Cracked Bulb and 14 has Gum in the case.
I want to enter J32579 in Orders with ID 235 then, Product Defective in Defects with:
ID Unit Defect Order
235 1 19 J32579
235 14 7 J32579
I can write the query but, I am unsure about how to correlate the unit to defect without entering the order number twice. I know its late.
Thanks in advance,
djkhalif
