Download presentation
Presentation is loading. Please wait.
1
Calculated Fields 1. Calculated fields in queries. 2. Calculated fields in forms. Why? Unnecessary to hold all data in the base tables, especially when recalculations are often necessary.
2
Calculated fields in queries Of the type: Module_total:[coursework]*0.75 + [exam]* 0.25 Module_total is the field name. The formula follows the colon. NB: query fields have properties too!
5
Calculated fields on forms In the control source property: = [coursework]*0.75 + [exam]* 0.25 The label can be amended separately. Format and decimal places can be set as other properties.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.