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.
--
Doug Steele, Microsoft Access MVP
http://www.AccessMVP.com/DJSteele
Co-author: Access 2010 Solutions, published by Wiley
(no e-mails, please!)
"microsoft" <(E-Mail Removed)> wrote in message
news:OqV8umc$(E-Mail Removed)...
> 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.
>