S
Steven Craig Basham
I have a report with a sub-report in it. How would I go about printing the
sub-report with a blank record for each field in the query followed by any
records that may exist.
For example, I would like to see the following:
Query Fields:
FirstName,City,State,ZIP
Query resultant data:
Steve, Indianapolis, IN, 46060
Report result:
FirstName, City , State , ZIP
<Blank> ,<Blank> ,<Blank>,<Blank>
Steve , Indianapolis, IN , 46060
I added a 'Blank' record to each table I need to do this in, but it's
already resulting in users thinking that a new one to edit, etc... I hate
that way. I believe I need to do this programmatically. Any help would be
greatly appreciated.
Thank you,
Steven Craig Basham
sub-report with a blank record for each field in the query followed by any
records that may exist.
For example, I would like to see the following:
Query Fields:
FirstName,City,State,ZIP
Query resultant data:
Steve, Indianapolis, IN, 46060
Report result:
FirstName, City , State , ZIP
<Blank> ,<Blank> ,<Blank>,<Blank>
Steve , Indianapolis, IN , 46060
I added a 'Blank' record to each table I need to do this in, but it's
already resulting in users thinking that a new one to edit, etc... I hate
that way. I believe I need to do this programmatically. Any help would be
greatly appreciated.
Thank you,
Steven Craig Basham