optionbutton question
Try:
Me.Controls("OptionButton" & z).Caption = "Some text"
Regards,
Greg
"Gary Keramidas" wrote:
how would you concatenate a variable onto the end of optionbutton property?
so, say z = 1 to 4
me.optionbutton & z.caption = "Some text"
--
Gary
|