Forum Discussion
MikkoRiese
Nov 16, 2023Copper Contributor
Placing Elements in exact distance from left side of the page in a report
Hello, in Access i have a report with sub-reports. now i need to place the subreport exactly in a distance of 22 mm from left page (not the margin). And there should by no margin in the report, so...
- Nov 16, 2023Report have minimum margins. You'll need to set the left margin to that minimum and adjust your absolute position accordingly. If your desired absolute position is less than that minimum, maybe you'll need to rethink that desired absolute position.
George_Hepworth
Nov 16, 2023Silver Contributor
Report have minimum margins. You'll need to set the left margin to that minimum and adjust your absolute position accordingly. If your desired absolute position is less than that minimum, maybe you'll need to rethink that desired absolute position.
MikkoRiese
Nov 22, 2023Copper Contributor
Thanks for the quick answer.