Administrator: The Reporter Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19

Arrange->Controls

 

Date Controls

Look closely at the top of the report. The Report Header includes the date and time. These controls use code, not data from the query or table.

 

Try it: Review the Date Properties

Select the Date Control.

Go to the Property Sheet.

 

This is a Text Control.

 

The Control Source is calculated:

=Date()

 

The Format is: Long Date.

 

 

  Microsoft Access 2007 Exam 77-605 Topic: 2. Creating and Formatting Database Elements 

  2.4. Create fields and modify field properties: Date/Time fields