I have successfully implemented two Variable Listviews on a form. These listviews show the parts that ship for any particular Model we sell.
The left lilstview vChoice has the parts with quantity that ship for a single model. The right listview vPartChoice shows the parts needed to fill all open orders for each part for that model as well as the total parts in inventory for each part What I want to do now is make it so the sales person can fill out the Model number and the quantity a customer wants, have calculations that will show the total quantity needed for each part in that model. Then I want to take those quantities and subtract them from the actual pieces in inventory. Any Ideas how to do this in a listview. ( I know how to accomplish this in a report but unfamiliar with forms) Jim

