Hi, I am trying to build a database to track a few things, and after trying some different things, I can't seem to get the correct design.
I have a list of instruments (about 50 in all), and each instrument can have more than one lot #. For example, I have 90 mallets, and 30 of them have lot #050194, 30 have #050195, and 30 have lot #050196. Also, I have different sets that the instruments go into. For example, set #1 contains 1 mallet lot #050194, 1 handle lot # 050197, and so on with 30 other instruments with lot #'s.
I would like to design the database so that I can pull up what instruments are in which certain set. And from there, I have customers who borrow the sets, so I would like to track which customer has which set. There are about 100 different sets, and one customer can have more than one set at a time, but 1 set can only be with 1 customer.
Any suggestions would be appreciated. Thanks!