I'm trying to set the size of a report. My searching says I should resize it in preview mode and click save. But the save button isn't enable. I tried Docmd.MoveSize and that didn't work. I'm using Access 2007.
DoCmd.MoveSize Leftscrpos, Topscrpos, Widthscr, Heightscr
Public Const Leftscrpos As Integer = 0, Topscrpos As Integer = 4440, Widthscr = 12000, Heightscr = 8000
I just tried that and reopened the database but it had no effect.
docmd.openreport "NameOfReport", acviewpreview
reports("NameOfReport").move Leftscrpos, Topscrpos, Widthscr, Heightscr