RelationalDB
SiteMap
Data Manipulation
Access Features
Building Database
Tables Queries
Business Rules
Cursors Views
Database Creation
SQL Monitoring
Designing Reports
«Prev
Next»
Data Manipulation
Finding Sorting Filtering Data
Finding Data Table
Sorting Access Records
Sorting Access Records
Filter Records to Display Subset
Display Record Subset
Filter Records Multiple Criteria
Filter Records Complex Criteria
Advanced Filter Uses
Single Table Access Conclusion
Creating Access Queries
What are Queries
Query Access Database Window
Simple Query Wizard
Query Design View
Creating Query Design View
Save Query Design
Editing Query Design
Adding Criteria to Queries
Values in Criteria Expressions
Multiple Queries in Access
Specifying Sort Order
Creating Calculated Fields
Creating Access Forms
Access Form
Access Auto Form
Displaying Records Access Form
Edit Access Database
Create Access Forms
Form Design View
Save Access Form
Access Resize Controls
Access Form controls
Add Access Bound Controls
Toolbox Buttons Add Controls
Format form Controls Design form
Create Calculated Controls
Design Create Report
MS Access Reports
Navigating Report View
Access Mailing Labels
Report Design View
Header Footer Sections
Creating Calculated Control in Access - Exercise
Objective:
Add two calculated controls to the Monthly Hours by Project report.
This exercise is worth 5 points. The exercise is auto-scored, which means that all you have to do to receive credit for it is click the
Submit
button below.
Instructions
Open the Monthly Hours by Project report in Design view.
Move the Sum of Hours Worked label and text box to the left so that you have room for another column.
Create a label and text box for Billable. In the Billable text box put the following expression:
=[Sum of Hours Worked]*50
Now create an aggregate equation and put it in the Project Description Header section. This equation will calculate how much you earned on each project.
Create a text box on the same line as the Project Description controls. Type in the label Total Earned. In the text box, type this expression:
=Sum([Sum of Hours Worked]*50)
The result of this expression is the sum of the other expression you created for one project.