peskywinnets
Registered User.
- Local time
- Today, 21:50
- Joined
- Feb 4, 2014
- Messages
- 578
When I come to pack an order, I wish to add a bit of functionality to my Access database ....functionality that my existing third party order management system presently provides.
Let's say an order has 3 items to go into an envelope...I don't want to accidentally pack the wrong things into the envelope, therefore I need to scan the product barcodes as I place them into the envelope.
When each item is scanned, an onscreen window updates to visually represent (my present software turn s the item green, but a ticked checkbox would do!) & once the final item has scanned the onscreen window closes. Here's the type of window I get with my existing software...

(the products are fictitious!)
Now the barcode checking aspect I have covered .....each barcode is in my product table listed against the product SKU (product ID)...therefore my line of questioning is how - using Access - best to present the initial (unscanned) data to the user onscreen & then refresh this each time an item has scanned...with a warning if the product scanned is not on the order?
What would be the best mechanism to press into play here?
Let's say an order has 3 items to go into an envelope...I don't want to accidentally pack the wrong things into the envelope, therefore I need to scan the product barcodes as I place them into the envelope.
When each item is scanned, an onscreen window updates to visually represent (my present software turn s the item green, but a ticked checkbox would do!) & once the final item has scanned the onscreen window closes. Here's the type of window I get with my existing software...

(the products are fictitious!)
Now the barcode checking aspect I have covered .....each barcode is in my product table listed against the product SKU (product ID)...therefore my line of questioning is how - using Access - best to present the initial (unscanned) data to the user onscreen & then refresh this each time an item has scanned...with a warning if the product scanned is not on the order?
What would be the best mechanism to press into play here?