Hi there, hope everyone's well.
I'm perplexed by a problem with a requirement.
the db I'm developing is for projects that are reported on each year. there are 4 projects. Each project has 7 milestones. so tblProject has a one to many relationship with tblMilestone.
All the names for each project are different, for example, project1's first milestones name does not have the same name as project2's.
tblMilestone has an MilestoneID(PK), MilestoneNameID(which is the FK of the lookup table that lists the names of the milstones), ProjectID(FK) and 6 fields i.e. date, comment.
What I'm trying to do is to create a form that has the 7 milestone rows automatically on the form. The user will pick a project from a drop down list and the 7 seven rows MilestoneNameID field will automatically populate the 7 rows.
This is so the user doesn't have to add each milestone name from each rows drop down e.g.
Does anyone know of the best way to achieve this?
Hope someone can help.
Thanks
I'm perplexed by a problem with a requirement.
the db I'm developing is for projects that are reported on each year. there are 4 projects. Each project has 7 milestones. so tblProject has a one to many relationship with tblMilestone.
All the names for each project are different, for example, project1's first milestones name does not have the same name as project2's.
tblMilestone has an MilestoneID(PK), MilestoneNameID(which is the FK of the lookup table that lists the names of the milstones), ProjectID(FK) and 6 fields i.e. date, comment.
What I'm trying to do is to create a form that has the 7 milestone rows automatically on the form. The user will pick a project from a drop down list and the 7 seven rows MilestoneNameID field will automatically populate the 7 rows.
This is so the user doesn't have to add each milestone name from each rows drop down e.g.
Does anyone know of the best way to achieve this?
Hope someone can help.
Thanks