larrystaley
Registered User.
- Local time
- Today, 15:14
- Joined
- Sep 19, 2016
- Messages
- 20
Need help to construct simple MS Access DB - read Barcode number & update inventory
Hello. I have been tasked with constructing a basic VB Access Database that will do the following:
1. User uses a basic barcode reader to scan in barcode number. So for example if scanning for a specific Jade, the number 20532 is scanned into an input field. Also, the quantity for the item has to be entered. If will normally be 1, but could be a multiple number. So would need two fields as Product Number: (20532 is then scanned in) Quantity: Enter the number as say 2, 5, 7, etc. or can just default to 1.
2. Then take this information, specifically the scanned product number (or 20532 in this case) and the quantity (whatever number I entered) and match it to an inventory table. The primary key for the table will be the product number. So therefore will already have 20532 as one to match (along with others) plus a separate field for the current quantity.
3. Finally, will need to print out the scanned bar for the item, basically the tag showing item name, barcode image, barcode product number and name of company. So I am looking at one example as: SUCCULENT CELFIE, barcode image under that name, 22605 as barcode number under the image, and then name of company, under the barcode number.
So far I have a simple input form as:
Barcode Product Number:
(text box to scan in the number)
Quantity:
(text box with the quantity and will just default to 1 if no other number is entered)
Perhaps someone has an example of how this is done. I know I will need some basic code that pulls in the scanned product code number to the inventory table matching the same scanned product code number there and then decrement the inventory count accordingly (with current inventory count as another field).
Thank you for your help in advance.
Larry Staley
35 minutes ago
Reply
|
Quote
Larry Staley
0
Points
Larry Staley Joined Aug 2016 1
Larry Staley's threads
Show activity
0 Points
Hello. I have been tasked with constructing a basic VB Access Database that will do the following:
1. User uses a basic barcode reader to scan in barcode number. So for example if scanning for a specific Jade, the number 20532 is scanned into an input field. Also, the quantity for the item has to be entered. If will normally be 1, but could be a multiple number. So would need two fields as Product Number: (20532 is then scanned in) Quantity: Enter the number as say 2, 5, 7, etc. or can just default to 1.
2. Then take this information, specifically the scanned product number (or 20532 in this case) and the quantity (whatever number I entered) and match it to an inventory table. The primary key for the table will be the product number. So therefore will already have 20532 as one to match (along with others) plus a separate field for the current quantity.
3. Finally, will need to print out the scanned bar for the item, basically the tag showing item name, barcode image, barcode product number and name of company. So I am looking at one example as: SUCCULENT CELFIE, barcode image under that name, 22605 as barcode number under the image, and then name of company, under the barcode number.
So far I have a simple input form as:
Barcode Product Number:
(text box to scan in the number)
Quantity:
(text box with the quantity and will just default to 1 if no other number is entered)
Perhaps someone has an example of how this is done. I know I will need some basic code that pulls in the scanned product code number to the inventory table matching the same scanned product code number there and then decrement the inventory count accordingly (with current inventory count as another field).
Thank you for your help in advance.
Larry Staley
35 minutes ago
Reply
|
Quote
Larry Staley
0
Points
Larry Staley Joined Aug 2016 1
Larry Staley's threads
Show activity
0 Points