D
djb
Hi Group,
I have set up a table with organizational data. I wish to represent the relationship of the organizations as they exist in a hierarchy. I have placed a such information in other fields such as the Level that the organziation is at in the hierarchy as well as the parent or immediate organization that each reports up to.
So ...
HQ
-- Branch1
-- Branch2
--OfficeA
--OfficeB
--SubOffice1
--Branch3
Etc. is a generic example of the hierarchy.
So how did I at least set up the table correctly and how would I go about querying the data to do reporting and data analysis?
Any help in the right direction would be appreciated.
By the way, I even set up a junction table and manually entered in the Organizations PK value in one field and the other Organziations PK (the Parent or Reports Too Org) in anther field. This at least helps me do some analysis but I can't seem to represent the hierarchy with this. Also, I don't know how to update this table in the Form as I am entering in the organzational data.
Sorry about the multiple items in this post but it is all interelated.
Thanks for the help in advance.
djb
I have set up a table with organizational data. I wish to represent the relationship of the organizations as they exist in a hierarchy. I have placed a such information in other fields such as the Level that the organziation is at in the hierarchy as well as the parent or immediate organization that each reports up to.
So ...
HQ
-- Branch1
-- Branch2
--OfficeA
--OfficeB
--SubOffice1
--Branch3
Etc. is a generic example of the hierarchy.
So how did I at least set up the table correctly and how would I go about querying the data to do reporting and data analysis?
Any help in the right direction would be appreciated.
By the way, I even set up a junction table and manually entered in the Organizations PK value in one field and the other Organziations PK (the Parent or Reports Too Org) in anther field. This at least helps me do some analysis but I can't seem to represent the hierarchy with this. Also, I don't know how to update this table in the Form as I am entering in the organzational data.
Sorry about the multiple items in this post but it is all interelated.
Thanks for the help in advance.
djb