Hi
i have a subform wich is used to insert Percentage of an activity, what i want is to prevent user to insert something greater or less than 100%!!! (sum(Activity Percent) should be 100%
Exemple:
Activity Code | Activity Desc | Activity Percent
01 | Programmer | 75%
02 | Analyst | 25%
------------------------>SumPercent = 100%
what i did on the ActivityPercent_exit i put the code to check the sumPercent but this one is not updated yet, bcoz we need to go to next record to get SumPercent updated
any idea how to solve this issue
please this is very urgent
thanks in advance
i have a subform wich is used to insert Percentage of an activity, what i want is to prevent user to insert something greater or less than 100%!!! (sum(Activity Percent) should be 100%
Exemple:
Activity Code | Activity Desc | Activity Percent
01 | Programmer | 75%
02 | Analyst | 25%
------------------------>SumPercent = 100%
what i did on the ActivityPercent_exit i put the code to check the sumPercent but this one is not updated yet, bcoz we need to go to next record to get SumPercent updated
any idea how to solve this issue
please this is very urgent
thanks in advance