T
tjsmags
I have an alumni database using Access 2003. I want to pull a report that
grabs all contacts that have addresses, but NOT ones that are deceased. I
have a column called Deceased?, so the Deceased? is listed on the FIELD LIST.
The report I created pulls all contacts that have addresses using the
following in the FILTER:
(((Contacts.[Home Street Address]) Is Not Null))
What do I need to add/change to the above to have it EXCLUDE deceased
contacts?
grabs all contacts that have addresses, but NOT ones that are deceased. I
have a column called Deceased?, so the Deceased? is listed on the FIELD LIST.
The report I created pulls all contacts that have addresses using the
following in the FILTER:
(((Contacts.[Home Street Address]) Is Not Null))
What do I need to add/change to the above to have it EXCLUDE deceased
contacts?