I'm having difficulty with this following problem:
I have a form consisting of a Main form, and several sub forms. There is a box in the main form which needs to display a number. This number is a sum of numbers from the various records in the sub form. However, it is more complicated because the sum is only made up of numbers that fit a certain criteria.
So essentially i have to take info from a sub form, weed out the ones that don't fit the criteria, and then add up the numbers left, and display it on the main form.
Helpppp please.
I have a form consisting of a Main form, and several sub forms. There is a box in the main form which needs to display a number. This number is a sum of numbers from the various records in the sub form. However, it is more complicated because the sum is only made up of numbers that fit a certain criteria.
So essentially i have to take info from a sub form, weed out the ones that don't fit the criteria, and then add up the numbers left, and display it on the main form.
Helpppp please.