|
Question : Move Combobox to Access TabControl on Form
|
|
I am creating a form in Access 2003. I have placed existing comboboxes on my form. I decided to place a TabControl on the form. Here is the question...Can I move a combobox to a tab on my tabcontrol? I have been trying but no having any success.
Thanks, Bob
|
|
Answer : Move Combobox to Access TabControl on Form
|
|
ok ...
In design view of your form:
1) cut your combo box to the clipboard 2) in the upper right left corner ... in the controls drop down list on the toolbar, select the 'page' number on the tab where you want to move the combo box. You will see that page on the tab control selected. 3) move your mouse over the the rectangle that indicates the selected page on the tab control - until you see the mouse pointer turn into the Hand symbol. 4) now, right click and select Paste. You combo box should now be on that page (tab) of the table control. Note that 'page' and tab are synonymous.
mx
|
|
|