Inventory Update Form

  • Thread starter Thread starter DT
  • Start date Start date
D

DT

I have created a inventory database and would like to have a form that a user
could pick an item from the inventory and add/subtract the quanity from that
particular item. I am lost on what to do. I have the form designed but am
unsure on what to do next. Thanks for the help
 
One never starts with forms. One starts with the database/table design. Only
then can the forms be created and bound to the table(s).
 
I have the database/table created and also some macros for when a button is
clicked on the switchboard that it decreases certain items in the inventory.
But what else I would like is a form that a user can pick the item from
inventory, and the amount that they would like to add or remove from it and
have it post. I have the form where the user can pick the item from the
inventory but am getting hung up on how to subtract or add the quanity to the
inventory item. Hope that makes sense.
 
Back
Top