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.