Ceriumde58
Registered User.
- Local time
- Today, 03:54
- Joined
- Sep 26, 2012
- Messages
- 17
I have a Form which my end users fill out on a daily basis, we use it to track the progress of various activities on their given project. As part of the daily form, end users must put a daily completion percentage for the given activity. I would like update an additional table with some of that daily information.
Below is an example of what currently happens, and what i would like to accomplish:
End user opens Daily form,
End user presses a button to load all currently scheduled activities(populated from a "Master Activity Schedule" table based on scheduled start date and completion percentage),
End user enters comments, and completion percentages for daily activities,
Data is saved to a Daily Activity table
I would like to save the completion percentage value to the "Master Activity Schedule" table as well, so long as the daily percentage is higher than the value stored in the "Master Activity Schedule" table. This would prevent activities that have already been completed from reappearing on subsequent daily forms
What would be the best way of accomplishing this
Below is an example of what currently happens, and what i would like to accomplish:
End user opens Daily form,
End user presses a button to load all currently scheduled activities(populated from a "Master Activity Schedule" table based on scheduled start date and completion percentage),
End user enters comments, and completion percentages for daily activities,
Data is saved to a Daily Activity table
I would like to save the completion percentage value to the "Master Activity Schedule" table as well, so long as the daily percentage is higher than the value stored in the "Master Activity Schedule" table. This would prevent activities that have already been completed from reappearing on subsequent daily forms
What would be the best way of accomplishing this