Add current date to up/right corner in form heading

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

add a text box

then set text box data property

= date()
-----Original Message-----
help!

need immediate help!

How do I add the current date to the upper right corner of the form heading in Access?

Greatly appreciate prompt response. Self-paced assignment
due today. Instructor not available. Thanks much!
 
sorry. I don't get how to do that.

--
Lauree


add a text box

then set text box data property

= date()
-----Original Message-----
help!

need immediate help!

How do I add the current date to the upper right corner of the form heading in Access?

Greatly appreciate prompt response. Self-paced assignment
due today. Instructor not available. Thanks much!
 
on form design
add a textbox to your form (from the toolbar)

then view the properties of the textbox
on tab "Data"

control source =date() (include the = sign)

-----Original Message-----
sorry. I don't get how to do that.
 
Back
Top