Chris Morris
Registered User.
- Local time
- Today, 21:08
- Joined
- May 3, 2011
- Messages
- 20
I have an Access db with two tables: tblProjects and tblGrants - each Project can have many Grants and each grant includes information on where the money is coming from (a fund) and how much it is and when it is scheduled to be paid.
There is now a requirement to migrate this information to a new Project/Grant maintainance database, however the new db has three levels: Each Project has many Grants, each Grant can have many Transactions (so formerly the Grant and Transaction information were in the same table).
I can migrate the Projects no problem and I can "Group By" the old Grants table, so I only get grants where the Project ID and Fund ID match, however the problem occurs when I want to re-migrate the Grants table into the Transactions table for the Transaction level information. How can I ensure the transactions "know" which grant to attach to?
There is now a requirement to migrate this information to a new Project/Grant maintainance database, however the new db has three levels: Each Project has many Grants, each Grant can have many Transactions (so formerly the Grant and Transaction information were in the same table).
I can migrate the Projects no problem and I can "Group By" the old Grants table, so I only get grants where the Project ID and Fund ID match, however the problem occurs when I want to re-migrate the Grants table into the Transactions table for the Transaction level information. How can I ensure the transactions "know" which grant to attach to?