Jerrycurl offered a solution that worked like a champ: the "path" of the Label to be .Captioned needs to be more detailed.<br>
<br>
That is:<br>
<br>
DataReport1.Sections("Section1"

.Controls("Label1"

.Caption = "Desired Caption"<br>
<br>
A long "address" for the Label to be .Captioned -- but it works perfectly.<br>
<br>
Which makes "sense" within the context of the programming conventions that I have become used to -- but, boy, I sure wish that the Help files had spelled it out a bit more.<br>
<br>
Sure, "Swim!" is a valid answer to the question "How do I cross the river?" But I really needed to know how to swim!<br>
<br>
Some VERY smart (and helpful) people on this forum!<br>
<br>
Yeah -- Access IS pretty powerful. A little creativity and you can do a LOT of what VB can do.<br>
<br>
I DO need to make .exe's for the projects I'm working on, and Access doesn't really allow that.<br>
<br>
Thanks for you help...