When I launch one of my reports from a form, the preview displays in a very small window.
THe report in the window is zoomed to 75% but the window it self is something like 1"x1"
When I turn thr auto size property on the report to OFF the window is created larger (not perfect).
When I open the report by itself straight from access the preview display is fine.
Any Ideas as to why openeing the report via a form is causing the window to be so small?
Here is the code I use:
THe report in the window is zoomed to 75% but the window it self is something like 1"x1"
When I turn thr auto size property on the report to OFF the window is created larger (not perfect).
When I open the report by itself straight from access the preview display is fine.
Any Ideas as to why openeing the report via a form is causing the window to be so small?
Here is the code I use:
Code:
DoCmd.OpenReport "My Report Name", acViewPreview, , WhereCondition:=variable
DoCmd.RunCommand acCmdZoom75