Search results

  1. A

    Calculated sum problem

    Hi John. The 'total' fields in the main form match variables in the main table and are based on summary data. In the past, the data were summarized on paper and then entered into a database (number of men, number of women, positive test results, negative test results). The continuous subform...
  2. A

    Calculated sum problem

    Hi John and thanks for the welcome. I have a continuous subform with lots of boxes - some are checkbox and some are option boxes. I want to be able to place the totals, based on the values of these boxes, into bound text boxes on the main form, but only if a button is clicked. I was doing...
  3. A

    Calculated sum problem

    Hello. I have a parent form with bound fields for totals from a child form. The child form is continuous and I am using text boxes in this sub form’s footer to calculate the totals. The control source for one of these fields looks like this: =Sum(IIf([homen]='1',1,0)). I then use a button on...
Back
Top Bottom