Attached: A stripped-down version of my database.
In tblPlayableSims, I have several columns that I split into their own tables - if I have two Sims with the same job, I don't need to store the information separately for each. I related them like this:
However, now I'm not sure exactly how I should link this to tblPlayableSims - do I set relationships to one or both tables, or to the query qryCareers?
Additionally:
In subfrmPlayableSims, in the Careers tab, I still have everything linked to my old columns.
(Note that 'Gets Promotions', 'Days Employed,' 'Take-Home Salary', and 'Vacation Day' are still part of tblPlayableSims because the information is specific to that Sim.)
Ideally, I wanted to change some of the textboxes into comboboxes to create a cascading combobox - first select 'Science' tblCareer, which would then filter a second combobox so that I would select either '2' or 'Test Subject' and have the other fields automatically populate.
I hope I'm clear about what I'm trying to do, and thanks in advance
In tblPlayableSims, I have several columns that I split into their own tables - if I have two Sims with the same job, I don't need to store the information separately for each. I related them like this:
However, now I'm not sure exactly how I should link this to tblPlayableSims - do I set relationships to one or both tables, or to the query qryCareers?
Additionally:
In subfrmPlayableSims, in the Careers tab, I still have everything linked to my old columns.
(Note that 'Gets Promotions', 'Days Employed,' 'Take-Home Salary', and 'Vacation Day' are still part of tblPlayableSims because the information is specific to that Sim.)
Ideally, I wanted to change some of the textboxes into comboboxes to create a cascading combobox - first select 'Science' tblCareer, which would then filter a second combobox so that I would select either '2' or 'Test Subject' and have the other fields automatically populate.
I hope I'm clear about what I'm trying to do, and thanks in advance