Enter data into a report

A

Anton N.

Can I enter date and text in date and text fields on a report?

Thanks for your help
Anton N.
 
B

Brendan Reynolds

You can't type anything into a report textbox. You can, however, set the
ControlSource property of a textbox to an expression, so for example to
print the current date you could set the ControlSource to =Date().
 
Top