S
SP
I am trying to create an organization chart that automatically populates via
specific codes designated to the individuals. I have a table (Personnel) that
lists names (first, last, MI), rank, and other personal information. I added
a text field (OrgChart) and input information to show how personnel fell onto
the Organizational Chart. For example, A Squad's Leader is A01 and his
assistant is A02. The four teams under him (1-4) each have four personnel
within them, so I coded them A11 (team leader), A12 (first member), A13,
(second member) and A14 (third member). The next team is A21, A22, A23 and
A24 and so on. We have 100 personnel, so changing an Org Chart can be time
consuming, so I was hoping to create a form that has numerous text boxes
within it (set up to reflect how our org chart looks) and have each box
calculate that if it met a specific value, then the corresponding rank and
name would fall into the box. I tried =Iif([OrgChart]="A01",[Last Name]," ")
but that only brought back 100 boxes with blanks and the one box that met the
criteria showed the individual's name. Please know I only used Name (not
Rank), for testing purposes in the shown calculation, but I want Rank to show
on what I actually create. Is there a way to do this?
Thank you in advance for your help. I love this site and all the help it
has provided me.
Sue
specific codes designated to the individuals. I have a table (Personnel) that
lists names (first, last, MI), rank, and other personal information. I added
a text field (OrgChart) and input information to show how personnel fell onto
the Organizational Chart. For example, A Squad's Leader is A01 and his
assistant is A02. The four teams under him (1-4) each have four personnel
within them, so I coded them A11 (team leader), A12 (first member), A13,
(second member) and A14 (third member). The next team is A21, A22, A23 and
A24 and so on. We have 100 personnel, so changing an Org Chart can be time
consuming, so I was hoping to create a form that has numerous text boxes
within it (set up to reflect how our org chart looks) and have each box
calculate that if it met a specific value, then the corresponding rank and
name would fall into the box. I tried =Iif([OrgChart]="A01",[Last Name]," ")
but that only brought back 100 boxes with blanks and the one box that met the
criteria showed the individual's name. Please know I only used Name (not
Rank), for testing purposes in the shown calculation, but I want Rank to show
on what I actually create. Is there a way to do this?
Thank you in advance for your help. I love this site and all the help it
has provided me.
Sue