G
Guest
"For report sections, you can't use a macro or Visual Basic to set the Height
property when you print or preview a report."
That's straight from the help files for MS Access. I read this and
understand. Nevertheless, I have to find some way of adding extra blank
space after certain records in the detail section of my report:
If IsNull(Location) = False Then
'add extra blank space between the end of this record and the beginning
of the
'next
Else
'keep spacing as is
End If
Any suggestions?
Many thanks,
Joe
property when you print or preview a report."
That's straight from the help files for MS Access. I read this and
understand. Nevertheless, I have to find some way of adding extra blank
space after certain records in the detail section of my report:
If IsNull(Location) = False Then
'add extra blank space between the end of this record and the beginning
of the
'next
Else
'keep spacing as is
End If
Any suggestions?
Many thanks,
Joe