Alter Label in Report Section Header When Section Continues to Additional Page

M

microsoft

I've got a report section that repeats with each page if the section spans
more than one page. I would like to dynamically alter the label text to add
' (cont)'. Which Event should I use? I tried the Format Event, however I
kept getting an error message that I couldn't reference the control because
it didn't have the focus.
 
D

Douglas J. Steele

What code were you using?

If you were explicitly referring to the controls .Text property, either
change it to .Value, or remove the reference to the property completely.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top