Hello All,

I'm trying to create a parts usage form to track Maintenance parts. In a work request excel file I have a table called "tParts" and a userform called "frmMNTWrk". The new Maintenance Manager is asking for me to have a list of all parts used and add that to the record of repair. I thought about just doing several combo boxes but that limits the repair to about 20 parts being used. I can see this being an issue as some repairs could take several small components to fix the issue. I was wondering if there is a method that could be used where a listbox could take the list from "tParts" as options and then the user would put in the quantity used and then extract all that information out and put it into table "tReqParts" which is the table to track the parts consumed so we can manage the on hand parts so we don't run out.

Thanks in advance