I'm trying to write a program that will track individual jobs with their Materials used and Expenses used too. I want to keep a list of all the materials in inventory and then in the job details form show just those materials used for that one job. I've come to a slump when trying to figure out how to keep the materials seperated. Should I create a database, or somehow use an object collection. Thanks for any ideas.
