SpiritedAway
Registered User.
- Local time
- Yesterday, 21:44
- Joined
- Sep 17, 2009
- Messages
- 97
Hi,
I have a form, in which there are two drop down combo boxs.
comboStatus comboAverage
Draft In-Progress 10%
Draft Complete 15%
Draft Review 20%
Update In-Progress 30%
Update Complete 35%
Approval In-Progress 40%
Approved 50%
Execution In-Progress 60%
Execution complete 70%
Review In-Progress 75%
Interim approval 80%
Final approval 90%
Archive 100%
1) If I pick a status from comboStatus can I have comboAverage automatically update with the corresponding percentage value?
2) There will be about 50 documents in total, each one its own recordset, so 50 records - on the form how do I have a running average. An unbound text box that calculates all the percentages from comboAverage from each record and displays a running average.
comboStatus > comboAverage > RunningAverage
Thanks in advance for your help
I have a form, in which there are two drop down combo boxs.
comboStatus comboAverage
Draft In-Progress 10%
Draft Complete 15%
Draft Review 20%
Update In-Progress 30%
Update Complete 35%
Approval In-Progress 40%
Approved 50%
Execution In-Progress 60%
Execution complete 70%
Review In-Progress 75%
Interim approval 80%
Final approval 90%
Archive 100%
1) If I pick a status from comboStatus can I have comboAverage automatically update with the corresponding percentage value?
2) There will be about 50 documents in total, each one its own recordset, so 50 records - on the form how do I have a running average. An unbound text box that calculates all the percentages from comboAverage from each record and displays a running average.
comboStatus > comboAverage > RunningAverage
Thanks in advance for your help
Last edited: