J
Jim Shaw
BlankI have a series of check boxes and associated labels within an option
group on my report.
Using data from an underlying table, I'd like to modify the caption of the
check box's label.
I've tried:
cbx:Label = myText
cbxLabel.caption = myText
optFrame.cbxLabel.caption = myText
optFrame!cbxLabel.caption = myText
[optFrame]!cbxLabel.caption = myText
Neither works. I keep getting "object not found" messages.
What is the proper way to do this in VBA 2002?
Thanks
Jim
group on my report.
Using data from an underlying table, I'd like to modify the caption of the
check box's label.
I've tried:
cbx:Label = myText
cbxLabel.caption = myText
optFrame.cbxLabel.caption = myText
optFrame!cbxLabel.caption = myText
[optFrame]!cbxLabel.caption = myText
Neither works. I keep getting "object not found" messages.
What is the proper way to do this in VBA 2002?
Thanks
Jim