from inventory to reduce stock record

K

kinsey

I have a basic stock order form with several items on it. How do I link it
to master inventory on another sheet so that every time stock is taken it
will automatically reduce. Appreciate as a novice I need to learn certain
fuctions. Can anyone just get me started with where to look and the
appropriate functions?
 
O

Otto Moehrbach

Kinsey
A function or formula is not going to do what you want, you will need
VBA programming. To get help with this you need to furnish some information
about the layout of your data, both the order form and the inventory sheet.
For the order form, specify the range that will hold the item names or part
numbers or whatever you use to identify an item. Do the same for the
quantities.
In the Master Inventory, do the same for the ID and quantities ranges there.
Finally, you will need a trigger (something you do) that will tell Excel
that the order form is complete and is a valid order form for Excel to act
on. Perhaps the action of printing the order form, or maybe you would
prefer to have a button next to the order form that you can click on when
the order form is complete.
HTH Otto
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top