I've set up a report that I will use to produce three different variations. When producing the report, I would like to bold one of the controls based on which of the three versions was selected to be run.
I tried the following code in the form's on open property and then in the details area (on format), but neither actually changed the font weight of the control to bold.
me.MySelectedControl.FontWeight = Bold
Although "FontWeight" wasn't listed in the drop down list of properties in the VBA code, when I typed it in using all lowercase, VBA changed it to the way it's displayed above, suggesting that it's a valid property to affect.
Bob
I tried the following code in the form's on open property and then in the details area (on format), but neither actually changed the font weight of the control to bold.
me.MySelectedControl.FontWeight = Bold
Although "FontWeight" wasn't listed in the drop down list of properties in the VBA code, when I typed it in using all lowercase, VBA changed it to the way it's displayed above, suggesting that it's a valid property to affect.
Bob