I'd like to change several command buttons' captions based on the values in the tables. I'd like to create an array of buttons, 'cause the count of the values are dynamic. When I copied the first created button named "cmd(1)" and pasted to the form, it didn't create something named like "cmd(2)", but a non-array "CommandButton4". Does anyone know how to do it?
Thanks!!
Thanks!!