peskywinnets
Registered User.
- Local time
- Today, 22:48
- Joined
- Feb 4, 2014
- Messages
- 578
How would I approach scanning a barcode on a box & then totaling the result using access?
For example, let's say Product A comes in a box containing 5 individual sellable pieces. & Product B comes in a box containing 10 individual sellable pieces.
I have two boxes of product A & three boxes of Product B.
I want to be able to scan the barcode label on each of the 5 boxes & then see a report like this...
(the dots are just to format the info)
Product...TotalQuantity
Product A.........10
Product B.........30
I wouldn't even know how to approach the above.
I do already have a table that looks like this.
Product..............Barcode...........BoxQuantity
Product A........4135567234561............5
Product B........4135567234562...........10
So I'm figuring I need someway of counting up the number of times a barcode was scanned (therefore in the above example 4135567234561 would be input twice to access & 4135567234562 would be input three times to Access .....from then on it's simple multiplication against the table holding the BoxQuantity for each barcode ....but how would I count up the individual barcode entries?!)
For example, let's say Product A comes in a box containing 5 individual sellable pieces. & Product B comes in a box containing 10 individual sellable pieces.
I have two boxes of product A & three boxes of Product B.
I want to be able to scan the barcode label on each of the 5 boxes & then see a report like this...
(the dots are just to format the info)
Product...TotalQuantity
Product A.........10
Product B.........30
I wouldn't even know how to approach the above.
I do already have a table that looks like this.
Product..............Barcode...........BoxQuantity
Product A........4135567234561............5
Product B........4135567234562...........10
So I'm figuring I need someway of counting up the number of times a barcode was scanned (therefore in the above example 4135567234561 would be input twice to access & 4135567234562 would be input three times to Access .....from then on it's simple multiplication against the table holding the BoxQuantity for each barcode ....but how would I count up the individual barcode entries?!)
Last edited: