Nick Rimac
New Member
Hi All,
I have a simple scanning program that prompts user to Factory Order#, enter a Quantity, select Pallet Type from drop-down list, and tick a check-box.
Currently my output and export file list each individual record/scan looks like this.....
Factory Order Quantity Pallet Type Pallet Top Pallet Count
123000 22 LOSC True 1
456999 55 LOSC True 1
123000 22 LOSC True 1
HELP REQUIRED
If the Factory Order field and the Quantity fields are identical, I wish to increment the same record plus 1.
Example above should be ONLY 2 records (not 3 records).
should look like.....
Factory Order Quantity Pallet Type Pallet Top Pallet Count
123000 22 LOSC True 2
456999 55 LOSC True 1
I am having difficulty getting this to work. Any help would be greatly appreciated. THANKS.
I have a simple scanning program that prompts user to Factory Order#, enter a Quantity, select Pallet Type from drop-down list, and tick a check-box.
Currently my output and export file list each individual record/scan looks like this.....
Factory Order Quantity Pallet Type Pallet Top Pallet Count
123000 22 LOSC True 1
456999 55 LOSC True 1
123000 22 LOSC True 1
HELP REQUIRED
If the Factory Order field and the Quantity fields are identical, I wish to increment the same record plus 1.
Example above should be ONLY 2 records (not 3 records).
should look like.....
Factory Order Quantity Pallet Type Pallet Top Pallet Count
123000 22 LOSC True 2
456999 55 LOSC True 1
I am having difficulty getting this to work. Any help would be greatly appreciated. THANKS.