Calculated fields derive their value from functions performed on other table fields. They do not store data in the database tables but only appear temporarily in queries. This document demonstrates how to create a calculated field to calculate votes cast using a query expression that multiplies number of voters by percentage voter turnout. It also shows how to calculate a candidate's age using functions to extract the year from the current date and date of birth fields.