I'm using CR 8.5, VB6 and Access 2000. I want to check a date field in the database to see if it has a date in it or not to produce a line in a report. If there is not a date, I don't want to use it.
Try placing the line in a separate section (insert section below), and then format the section above it to "Underlay following sections." Then go to format->section->section the line is in, e.g., detail_b->suppress->x+2 and enter:
isnull({table.date}) or
{table.date} = date(0,0,0)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.