Why does my treeview have no nodes property?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • WayneClements
    New Member
    • Aug 2008
    • 6

    Why does my treeview have no nodes property?

    I have a trivial MS Access 2007 vba blank form to which I have added a MS TreeView Control 6.0 (SP6).

    When I go to Form.Load event try TreeView0.Nodes there is no Nodes property.

    Does anyone know why this might happen?

    Thanks
    Wayne
    Attached Files
    Last edited by WayneClements; Jan 19 '11, 11:01 AM. Reason: Add a picture
  • WayneClements
    New Member
    • Aug 2008
    • 6

    #2
    I have to answer my own question.

    The answer is that it DOES have a Nodes property by MS Access 2007 VBA does not show it in intellisense.

    So I was easily fooled.

    Comment

    Working...