G Guest Mar 30, 2005 #1 Can I enter date and text in date and text fields on a report? Thanks for your help Anton N.
B Brendan Reynolds Mar 30, 2005 #2 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().
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().