Question:

How do I count things on an access form?

by  |  earlier

0 LIKES UnLike

Also, how might I have one form updating two tables?

 Tags:

   Report

1 ANSWERS


  1. It depends on what you're trying to count. If you have a range of numbers between A1 and A10 then you can sum them like this:

    =SUM(A1:A10)

    If you want to count the number of cells that are set to 4 (say) then do this:

    =COUNTIF(A1:A10,4)

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions