-
Access Forms
Hi,
I have a form in my Access application with about 30 controls on it.
Now, I want to put those controls in a tab control with 2 pages. Is there a way to move the already existing controls from the form into the tab control or do I have to re-create them from scratch?
The second tab page will be used for something else.
-
Select the controls
Hit Ctrl + X
Select the tab
Hit Ctrl + V
cut and paste
-
Thanks, saved me a lot of time. I tried cutting and pasting but didn't select the tab control, just right clicked on it.
Thanks again.;)