Assume I have a database with a field that may or may not be null. It is easy to make a query based on this to list all records that are empty of that have data in this particular field. What I am looking for is a way to represent the presence of data with a checkbox on a report that shows ALL records, not a filtered subset. Is this possible?