G
Guest
I have a table containing names and mailing addresses. It also has fields indicating which group, called NEF, REF, IC the person in that record belongs to. So each of these fields has a Yes or No according to whether the person is a member of that group, like this:
Name NEF REF IC
Jones YES NO NO
Smith NO YES NO
I want to print mailing labels which have as a top line the name of the group the person belongs to - like this
NEF
Jones
REF
Smith
This involves printing the field name when field = Yes (ie, if NEF = Yes, then print field name NEF) (Obviously, I don't want it to print Yes because that will not indicate on the label which group the person belongs to!)
Can anyone help me with ideas on how to do this?
Name NEF REF IC
Jones YES NO NO
Smith NO YES NO
I want to print mailing labels which have as a top line the name of the group the person belongs to - like this
NEF
Jones
REF
Smith
This involves printing the field name when field = Yes (ie, if NEF = Yes, then print field name NEF) (Obviously, I don't want it to print Yes because that will not indicate on the label which group the person belongs to!)
Can anyone help me with ideas on how to do this?