RelationalDBDesign
SiteMap
Data Manipulation
Access Features
Building Database
Tables Queries
Business Rules
Cursors Views
Database Creation
SQL Monitoring
Refining Queries
«Prev
Next»
Tables Queries Forms
Table Design Enhancement
Table Field Validation
Custom Validation Messages
Input Mask Mechanics
Specifying Input Mask
Access Lookup Fields
Data Type Aadvantages
Specifying Field Length
Enhancing Table Design
Refining Queries
Access Database Filters
Multiple Access Queries
Query Field Properties
Specifying Join Properties Queries
Total Queries Access
Crosstab Queries
Building Modifying Forms
Create Access Form
Add Format to Access Form
Insert Graphic Access Form
Access Form Properties
Changing Form Properties
Custom Form Properties
Aligning Sizing Multiple Controls
Customize Access Forms
Building Modifying Forms
Access Controls
Combo Box
Option Groups
Subform Control
Create Multipage Forms
Adding Chart to Form
Activex Controls
Calendar activex Control
Access Controls
Using query field properties - Exercise
Course project: Setting a query fields Caption property
Objective:
Set the Caption property for a field in a query.
Exercise scoring
You will receive 10 points for this exercise. The exercise is auto-scored; when you have completed the exercise, click the
Submit
button to receive full credit.
Background/overview
Recall that you are the Access database administrator for the marketing and documentation departments of companies in the software and networking business. Taking the example discussed in this lesson a bit further, you need to create a query that includes the Projects and Hours tables. Select the ProjectDescription, DateWorked, and a calculated field. You will modify the Caption property of the calculated field to something other than the name of the field.
Download files
As we stated in the first module, the
Consulting307.mdb
database is included in the compressed download file available on the Resources page. If you have already downloaded the database, continue to work in that version.
Instructions
Create the query by using the Projects and Hours table.
Use the following fields:
ProjectDescription (Projects table)
Rate (Projects table)
HoursWorked (Hours table)
Cost: A calculated field where the expression is
Cost: [Rate]*[HoursWorked]
Change the Caption property of the Cost field to
Extended Cost
.