Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TreeView on page (tab control)

Status
Not open for further replies.

rjurgens

MIS
Jul 9, 2003
37
GB
I created a TreeView in Access 2000 and it works fine.
However, in my form, I have several pages set up. The TreeView shows at the very top (upper left) of the form
and not in the page. Is there anyway I can code it to show in a specific page and not within the form?

 
Select the TreeView control and cut it to the clipboard (Ctrl-X)

Select the page of the tab control that you want it to be on and paste the TreeView back in (Ctrl-V).

The controls on a form have a hierarchy so in order to have a component appear on a specific page of a tab control you must place the component on that page.
 
The TreeView was already in the page. When you open up the application, you actually see 2 treeviews. One on the page, which is not populated, and one on the form, which overlaps the page. Not a pretty site.
 
Solved the problem, created TreeView as popup window. Does the trick.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top