LeoPascual
Technical User
I have to create a summary report that lists problematic data. These data come from certain fields - from different tables - named xPROBLEM, where x is the name of the table the field is in.
What I'm trying to do is to create an Access Report that shows ONLY the fields that does not have a NULL or an empty string. I created a Select Query that gathers all the xPROBLEM fields (over 100 fields) from the different tables and used that as the underlying query for the report. However, most of the xPROBLEM fields are empty and I don't want to print out a 15-page summary report with a lot of empty spaces in between. Is there a way to create a report that can pull fields that have value in them? Any clue would be greatly appreciated!!!
What I'm trying to do is to create an Access Report that shows ONLY the fields that does not have a NULL or an empty string. I created a Select Query that gathers all the xPROBLEM fields (over 100 fields) from the different tables and used that as the underlying query for the report. However, most of the xPROBLEM fields are empty and I don't want to print out a 15-page summary report with a lot of empty spaces in between. Is there a way to create a report that can pull fields that have value in them? Any clue would be greatly appreciated!!!