T
tjsmags
How do I print labels for alumni that is 21 and older from my alumni
database? So, I need graduating years from 1987 and previous. How do I tell
it to pick just those span of years (meaning, I do NOT want graduates from
the class of 1988, 1989, 1990, etc)?
Right now I have under the SORTING AND GROUPING:
Field/Expression=Graduating Class Year; Sort Order=Ascending
Field/Expression=Last/Maiden Name; Sort Order=Ascending
Field/Expression=FirstName; Sort Order=Ascending
All of that is also listed under ORDER BY in the REPORT info. The RECORD
SOURCE is the CONTACTS table. Under FILTER I have: (((Contacts.[Home Street
Address]) Is Not Null)) so that it doesn't print address labels for those
alumni I don't have addresses for.
database? So, I need graduating years from 1987 and previous. How do I tell
it to pick just those span of years (meaning, I do NOT want graduates from
the class of 1988, 1989, 1990, etc)?
Right now I have under the SORTING AND GROUPING:
Field/Expression=Graduating Class Year; Sort Order=Ascending
Field/Expression=Last/Maiden Name; Sort Order=Ascending
Field/Expression=FirstName; Sort Order=Ascending
All of that is also listed under ORDER BY in the REPORT info. The RECORD
SOURCE is the CONTACTS table. Under FILTER I have: (((Contacts.[Home Street
Address]) Is Not Null)) so that it doesn't print address labels for those
alumni I don't have addresses for.