Irfan Salim
Registered User.
- Local time
- Today, 05:38
- Joined
- Oct 3, 2002
- Messages
- 16
In my access database, there are two tables named: Project and Budget. Primary key for Project table is ProjectID. Fields of Budget table are Project ID, YearID, AmountDisbursed, AmountUtilized. Composite primary key of Budget table is (ProjectID, YearID). There is a one-to-many relationship between project and budget tables and cascade deletes, updates are enabled. What I want is copy some project ids along with their child records. But when I open the project table in datasheet view and use copy paste, only Parent record is copied.