Search results

  1. L

    Solved Sum the data in a textbox in continous form

    Create a query that adds a new column which shows 1 if a condition is true, or 0 if false. Use that query as the data source for your form. Then, in the form footer, add a box that sums the new column to get the total count.
Back
Top Bottom