-
AccessReport TextBox
Hi,
I want to print a report in Access but there's a problem.
I must fill some TextFields in the report at runtime, but you can access the TextProperty only if the controls does have the Focus, good, but i can't set the Focus to controls in a report.
I Want to change the TextProperties at runtime in the Report_Open event.
-
Re: AccessReport TextBox
The text box should have a controlsource. Set the value in the text box there. However, you must use an expression.
OR
you can use a label and set the caption property to whatever you want