Inventory

  • Thread starter Thread starter DMJ
  • Start date Start date
D

DMJ

Can access be capable of inventory and a bar code scanner, and be able to
automatically adjust entries when inventory is removed or added?

How can I accomplish this?
 
Yes,

Create a database with tables for inventory and ways to add and remove
inventory. Create code for it to do what you want. Learn Access
 
It is possible to develop an Access database that calculates inventory
values. For a place to start, see:
Inventory Control - Quantity On Hand
at:
http://allenbrowne.com/AppInventory.html

The bar code scanner is quite simple. To Access it looks like keystrokes
coming from a keyboard, so you just have to design a form to accept the
input and respond appropriately.
 
Back
Top