D
Debby
I need to insert text depending on 3 fields - ftstud,
ptstud, empstud - I need to insert (respectively) full
time student, part time student, employee, if the text is
true (only one of the fields can be true) and if all are
false I need to insert student.
I used the if ... then... else... for the three fields
only filling in if it is true. I then tried doing another
If ... around the filter I created saying if the string of
the 3 ifs come out blank than put in student. but it did
not work.
Any suggestions
ptstud, empstud - I need to insert (respectively) full
time student, part time student, employee, if the text is
true (only one of the fields can be true) and if all are
false I need to insert student.
I used the if ... then... else... for the three fields
only filling in if it is true. I then tried doing another
If ... around the filter I created saying if the string of
the 3 ifs come out blank than put in student. but it did
not work.
Any suggestions