Ok...I've spent the last couple of months learning how to create forms that finally do what I want. Whether or not it is the most efficient way remains to be seen...
Now here is my current table arrangement:
I have ten tables...each corresponding to a different form.
The main table is called Overview and has a PK called ScenarioID. Each of the other tables also contain a PK called ScenarioID and contains different types of information about each scenario. I have linked (I thought) ScnenarioID from the main table in a one-to-one relationship with ScenarioID in each of the other tables. I have used one-to-one since each record is specific to a particular scenario.
Now all my forms work great for entering data...but only for any ScenarioID's I manually enter into each table. In other words...if I enter it into the Overview table it does not create a corresponding record in the other tables. Therefore...if I create a new record in the Overview Form...it also does not create a new record in all the underlying tables.
I hope I explained that well. I can provide any clarification as needed for those able to provide some suggestions.
Thanks in advance.
Now here is my current table arrangement:
I have ten tables...each corresponding to a different form.
The main table is called Overview and has a PK called ScenarioID. Each of the other tables also contain a PK called ScenarioID and contains different types of information about each scenario. I have linked (I thought) ScnenarioID from the main table in a one-to-one relationship with ScenarioID in each of the other tables. I have used one-to-one since each record is specific to a particular scenario.
Now all my forms work great for entering data...but only for any ScenarioID's I manually enter into each table. In other words...if I enter it into the Overview table it does not create a corresponding record in the other tables. Therefore...if I create a new record in the Overview Form...it also does not create a new record in all the underlying tables.
I hope I explained that well. I can provide any clarification as needed for those able to provide some suggestions.
Thanks in advance.