A
Angie
I would love a little guidance here.
I am trying to create a subform that when opened shows all the fields that
need to be filled in. The two tables below are linkd to a QDAAssessment
table (by QDAID), so I need a new form for each assessment.
I have created two tables:
ScorecardKPA - This is the list of 66 areas to be scored for each assessment
Fields: WBS (Primary); Process; Mapping; Weight (this multiplied with the
Score field in "ScorecardScores" give me a final score)
ScorecardScores - This will store the scores
Fields: ScoreID(Primary) Score; QDAID(link to project table); WBSID
linked to ScorecardKPA
I need each process to prefill on a form, so I can input a 1 - 6 score.
From there it gets more complicated, but getting the darn form to autofill
is what I am having trouble with right now.
I am trying to create a subform that when opened shows all the fields that
need to be filled in. The two tables below are linkd to a QDAAssessment
table (by QDAID), so I need a new form for each assessment.
I have created two tables:
ScorecardKPA - This is the list of 66 areas to be scored for each assessment
Fields: WBS (Primary); Process; Mapping; Weight (this multiplied with the
Score field in "ScorecardScores" give me a final score)
ScorecardScores - This will store the scores
Fields: ScoreID(Primary) Score; QDAID(link to project table); WBSID
linked to ScorecardKPA
I need each process to prefill on a form, so I can input a 1 - 6 score.
From there it gets more complicated, but getting the darn form to autofill
is what I am having trouble with right now.