I am creating a query with multiple tables. What I need is for the query not to pull what "Is Not Null" in column2 and column1 should not be pulled as well. 1=Yes, 2= No, 3 = NA
Example:
Column1 Column2
Doc #2 Com-Doc #2
2 Document is missing
If (Com-Doc #2) is set to "Is Not Null" both should not show. I do not know how to setup Column1 so they both don't show. If column 2 does have data in it then I would need to show the info.
Would a crosstab work for this since it will have many records and columns?
I want to be able to show in a report only data that is needed.
Example:
Column1 Column2
Doc #2 Com-Doc #2
2 Document is missing
If (Com-Doc #2) is set to "Is Not Null" both should not show. I do not know how to setup Column1 so they both don't show. If column 2 does have data in it then I would need to show the info.
Would a crosstab work for this since it will have many records and columns?
I want to be able to show in a report only data that is needed.