Recent content by json5545

  1. J

    Hierarchical Data, Self Referencing Tables, and Recursion Part 2

    I re-ran it through multiple levels and I see what you mean now. Ignoring the second loop only captures the child, but not the grandchildren and so on after that. Thank you for doing this. I've been looking for a simple solution to this very problem for some time now. What I'm currently...
  2. J

    Hierarchical Data, Self Referencing Tables, and Recursion Part 2

    @MajP can you elaborate on what is happening between the subs UpdateDescendants and UpdateAgentdescendants? UpdateAgentdescendants seems redundant. I commented out the line in the sub UpdateDescendants that calls UpdateAgentdescendants and it seemed to work just fine. Public Sub...
Top Bottom