A family of Microsoft relational database management systems designed for ease of use.
I wouldn't use table calculated fields AT ALL; they're very limited and not necessary. I also would not expose your Table datasheets to view; they should be "under the hood", and all your interaction with the data should be done using a Form. The calculation can be done in a Query used as the Form's Recordsource, or with expressions like =DCount("*", ...) in the Control Source of a textbox on the Form.