I have a drop down field on a form that lists staff positions. For this position I also lists the persons name in another field. On a report I've listed the staff positions (i.e.):
a. accountant Name:
b. doctor Name:
c. lawyer Name:
I'm trying to write an if statement that pulls the persons name into the field for each position (i.e.): If position = "accountant" Then
Text206 = Name
For some reason this isn't working. Also what event should this go under since I'm not clicking or tabbing through anything.
a. accountant Name:
b. doctor Name:
c. lawyer Name:
I'm trying to write an if statement that pulls the persons name into the field for each position (i.e.): If position = "accountant" Then
Text206 = Name
For some reason this isn't working. Also what event should this go under since I'm not clicking or tabbing through anything.