L
Leif
I have a task to create tracking of projects and subprojects. Its sounds
like a simple 1 to many relationship with the parents FK in the child table.
However, in this case the subprojects are created first, then later rolled
up to a project. So, I've not been able to get the typical form/subform
parent/child arrangement to work. When a "add" a parent record (project) the
system wants to add a child record (subproject), but the subproject already
exists.
I can probably do it with coding. I also can probably do it with an
intersect table that I would normally set up for a many to many relationship.
Has anyone had the situtation and solved it without a third table or a bunch
of coding?
Regards,
Leif
like a simple 1 to many relationship with the parents FK in the child table.
However, in this case the subprojects are created first, then later rolled
up to a project. So, I've not been able to get the typical form/subform
parent/child arrangement to work. When a "add" a parent record (project) the
system wants to add a child record (subproject), but the subproject already
exists.
I can probably do it with coding. I also can probably do it with an
intersect table that I would normally set up for a many to many relationship.
Has anyone had the situtation and solved it without a third table or a bunch
of coding?
Regards,
Leif