Create blank report

N

Nick

Some times I have to send a blank report to an associate by mail (Hard to
beleive but true). How do I create one that is completly blank, No names, No
ID No. but has all the headings and the same amount of lines as the report I
work on in the data base.
 
A

Al Camp

Nick,
Pretty weird... but...
How about just making the detail "data" controls invisible? That would
still show group headers, and leave blank space where the normal detail
records would go.
hth
Al Camp
 
J

John Spencer (MVP)

Hard Copy (on paper)

Write a little routine that sets all the relevant controls to print "WHITE"

ForeColor = 16777215
 
Top