Hi, I have a report that I want to use for two purposes: a blank form report that user prints out to hand-enter the data and another report that retrieves the values from the database. I have a parameter IsForm. If {?IsForm}="Y", then I set the Suppress property of database fields to True and display a bottom border.
This is working out so far, except that when there are NULL values in the database fields, the bottom border is not displayed.
Is there a way to get around this? Any advice is greatly appreciated!
Thank you.
This is working out so far, except that when there are NULL values in the database fields, the bottom border is not displayed.
Is there a way to get around this? Any advice is greatly appreciated!
Thank you.