stormin_norm
Registered User.
- Local time
- Today, 07:58
- Joined
- Apr 23, 2003
- Messages
- 213
I am going crazy trying to find a solution to this problem. I believe I will begin to create some monster code. There MUST be a better way!
I have a form with recordset of colleges and subform with recordset of courses taken at each college.
I need to total ALL the credits on my mainform.
something like:
for each college
total=total+sum subform.courses
next college
naturally this is dynamic, if a course is modified the total must update immediately. Do I need to create a recordset clone and then loop through each?
I have a form with recordset of colleges and subform with recordset of courses taken at each college.
I need to total ALL the credits on my mainform.
something like:
for each college
total=total+sum subform.courses
next college
naturally this is dynamic, if a course is modified the total must update immediately. Do I need to create a recordset clone and then loop through each?