Click to See Complete Forum and Search --> : AccessReport TextBox


mrgismo
September 20th, 1999, 03:49 AM
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.

September 20th, 1999, 11:27 AM
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