I am tying to create and expression that tells the report not to print a complete record if a specific field IsNull. Can anyone assist please?
Thank you.
I am tying to create and expression that tells the report not to print a complete record if a specific field IsNull. Can anyone assist please?
Thank you.
In my view the place to eliminate them would be in the query the report is based on:
SELECT...
FROM...
WHERE YourFieldName Is Not Null
Yes,...you are correct/ I will try that. I created the report straight from the table without the use of query. I will create a query to generate the report. Thank you.
No problem, post back if you get stuck. Welcome to the site by the way!