Dear all,
I do not seem to be able to crack this one for quite a while. I would really appreciate your help.
Context:
My company has an internal improvement team. Each of the users within this team are responsible for a multitude of improvement projects at any given point in time.
Each week, every team member provides a progression update for each of the individual improvement projects awarded to him/her. he/she reports back attributes such as:
- actual (perceived) percentage of the project finsihed
- actual hours of work spent on the project for that week
(these values are - amongst others - used to determine if projects are on track compared to plan values)
I constructed a (unbound) form(see picture below) in which the user selects himself, a year and a weeknumber by means of drop boxes/textboxes (in the header section). these boxes currently don't pose as a problem.
Problem:
The detail section of the same unbound main form should provide a subform listing the open projects connected to the member (see below), together with relevant attributes spent time and %finished as mentioned above. The user provides progress information, afterwards (once a save button is hit, and validation is passed) the information should saved (as in appended) to a table called 'actprogress'.
How do I do this?
(for the sake of clarity) actprogress would have the following structure:
PK[idproject, yr, wk], hoursspent, percfinish, remark
I do not seem to be able to crack this one for quite a while. I would really appreciate your help.
Context:
My company has an internal improvement team. Each of the users within this team are responsible for a multitude of improvement projects at any given point in time.
Each week, every team member provides a progression update for each of the individual improvement projects awarded to him/her. he/she reports back attributes such as:
- actual (perceived) percentage of the project finsihed
- actual hours of work spent on the project for that week
(these values are - amongst others - used to determine if projects are on track compared to plan values)
I constructed a (unbound) form(see picture below) in which the user selects himself, a year and a weeknumber by means of drop boxes/textboxes (in the header section). these boxes currently don't pose as a problem.
Problem:
The detail section of the same unbound main form should provide a subform listing the open projects connected to the member (see below), together with relevant attributes spent time and %finished as mentioned above. The user provides progress information, afterwards (once a save button is hit, and validation is passed) the information should saved (as in appended) to a table called 'actprogress'.
How do I do this?
(for the sake of clarity) actprogress would have the following structure:
PK[idproject, yr, wk], hoursspent, percfinish, remark