Jan 19, 2002 #1 chubby Programmer Joined Apr 28, 2001 Messages 278 Location US How do I maximize a report without effecting other forms???
Jan 20, 2002 #2 TudorSmith Programmer Joined Jan 14, 2002 Messages 245 Location GB This bit of code should sit in your Report_Open() event: DoCmd.Maximize This bit of code should sit in your Report_Close() event: DoCmd.Restore birklea Upvote 0 Downvote
This bit of code should sit in your Report_Open() event: DoCmd.Maximize This bit of code should sit in your Report_Close() event: DoCmd.Restore birklea
Jan 20, 2002 Thread starter #3 chubby Programmer Joined Apr 28, 2001 Messages 278 Location US It's that easy?? WOW, thanks for the help... Chubby Upvote 0 Downvote