I'm new to Access, but Page Setup doesn't seem to enable me to reduce line
spacing when printing reports.
The size of the space between lines is determined...
1) By the size of the font used.
A larger font will have more empty space around it.
2) By the height of the control containing the text.
Make the height of the control thinner than a single line of text.
Then set it's Can Grow property to Yes.
3) By the empty space between each control.
Move each row of controls upward, to remove the space between them
(but do not let them overlap or touch)
4) By the height of the detail section (or whatever section the
control's are in).
Make the detail section just high enough to show the controls.
Set the Detail Can Grow to true also.