I need to create a database with information on different instruments. Each instrument will have some common information as one table, logically enough, with information like owner, user, company, et cetera. However, instruments will also have specific information that apply only to their type, like which upgrades/modifications they have and such.
I had planned to make one huge table that has all the information on specific instruments, and hope that the form can tell the subform which information to display and which not to... it seems completely possible, yet I have no idea where to begin.
To be, perhaps, a little more clear on what will be in the form which I wish to selectively display, consider that we sell, hypothertically, three instruments, and inst1 has module1, mod2, mod3, while inst2 has item1, item2, item3, and so forth, so when the main form would pick an inst1, the subform would only display the relevant data from the jumbo table. (hope that was clearer)
I had planned to make one huge table that has all the information on specific instruments, and hope that the form can tell the subform which information to display and which not to... it seems completely possible, yet I have no idea where to begin.
To be, perhaps, a little more clear on what will be in the form which I wish to selectively display, consider that we sell, hypothertically, three instruments, and inst1 has module1, mod2, mod3, while inst2 has item1, item2, item3, and so forth, so when the main form would pick an inst1, the subform would only display the relevant data from the jumbo table. (hope that was clearer)