2manyissues
Technical User
I am creating a database for the company i work for to track historical job data. I have five tables setup with one 2 many relationships with proper linking IDs (verified with local IT personnel). The tables are as follows: Job, Item, Data, Description, and Category. For every job there is X items, for every item there are X Data points, for every data point there is one description, and for every category there are x descriptions. I have already created simple forms for the tables with fixed values i.e. only so many jobs, only so many categories, only so many descriptions. The form I need to create is a form such that when I select the job, item, and category it will auto propogate all descriptions under the selected category and allow me to enter the associated data points for each description.