There are three basic types of controls: bound, calculated, and unbound.
Bound controls are in direct connection with a database. They enter data in the database or show data from the database. They can change data, or they can show changes in data as those occur.
Calculated controls perform calculations using database data, but they do not change it.
Unbound controls contain information but are not directly connected to database data.