I initially have the following code in a Command_Click button:
Set nodx = tvwLots.Nodes.Add(, , "main", "main")
Set nodx = tvwLots.Nodes.Add("main", tvwChild, "jRock", "jRock")
Set nodx = tvwLots.Nodes.Add("main", tvwChild...