Parts List Total Qty iLogic

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Here is what I am trying to accomplish. We will have a single assembly with "x" number of parts. The Parts list will populate the qty for each part required to make a single assembly. The single assembly being constructed may be used 5 times in another assembly making the total parts required 5 times what the Parts List shows. I am having trouble figuring out how to populate the Total Qty column automatically from my user input Message box. Hopefully, the attached example will clarify things. The iLogic is a combination of items found online as I am a complete Noob to all things programming. It seems like I need to iterate through each row of the parts list and multiply the Qty by the TotalQty variable, I just can't figure that step out and I believe it should be able to happen in the same If statement as the Remarks and MK. Any help or thoughts would be appreciated. Any "how to" or reference resources so I can work this out would also be appreciated.