K
Kurt
Hey all,
Im hit a snag in the development of my database. I want to be able to create
multiple rows based on the primary key of another table. See, I have a time
table, which stores time values (fields include time ID (combination of year
and quarter), year, and quarter). Values range from 2004Q1, 2004Q2, 2004Q3,
2004Q4, 2005Q1.... 2010Q4. In another table (PersonProject, it stores some
account information, based on what the user has entered into a form. Now, say
the user enters in values for 2005Q1. I want these exact values to repeat
untill 2010Q4 in PersonProject, with only the time ID differing (Time ID is
part of the primary key, but is a foreign key from the Time table).
Now, is there a way to automatically replicate data for all time ID's beyond
the one entered? Or is the user going to have to enter the same values for
each quarter for each year (can become a big task).
Any advice would be appreciated!
Kurt
Im hit a snag in the development of my database. I want to be able to create
multiple rows based on the primary key of another table. See, I have a time
table, which stores time values (fields include time ID (combination of year
and quarter), year, and quarter). Values range from 2004Q1, 2004Q2, 2004Q3,
2004Q4, 2005Q1.... 2010Q4. In another table (PersonProject, it stores some
account information, based on what the user has entered into a form. Now, say
the user enters in values for 2005Q1. I want these exact values to repeat
untill 2010Q4 in PersonProject, with only the time ID differing (Time ID is
part of the primary key, but is a foreign key from the Time table).
Now, is there a way to automatically replicate data for all time ID's beyond
the one entered? Or is the user going to have to enter the same values for
each quarter for each year (can become a big task).
Any advice would be appreciated!
Kurt