A
Andy6
Why does opening a Report in Print Preview mode collapse the form I called it
from. When I close the report the main screen has collapsed to about one
third of its proper size. I use the standard call for the report like so:-
Dim stDocName As String
stDocName = "TransferTransactions"
DoCmd.OpenReport stDocName, acPreview
Any help would be most appreciated
Andy..
from. When I close the report the main screen has collapsed to about one
third of its proper size. I use the standard call for the report like so:-
Dim stDocName As String
stDocName = "TransferTransactions"
DoCmd.OpenReport stDocName, acPreview
Any help would be most appreciated
Andy..