If I create a command button group then drag the group, the buttons are included.
I need to do the same with a container that contains textboxes and labels, but I forgot how to do it.
Here's what I want to do. Upon entering a form, make all the textboxes disabled. Then, when they click the Edit button, it makes them enabled. I assume if I put the textboxes in a container, then container.enabled will do everything in one line of code. But I forgot how to make the textboxes part of the container.
Or is there another way to do this?
I need to do the same with a container that contains textboxes and labels, but I forgot how to do it.
Here's what I want to do. Upon entering a form, make all the textboxes disabled. Then, when they click the Edit button, it makes them enabled. I assume if I put the textboxes in a container, then container.enabled will do everything in one line of code. But I forgot how to make the textboxes part of the container.
Or is there another way to do this?