How can I tell Access to open a report, but maximize it in the window? Here is my code:
DoCmd.OpenReport. MyReport, acPreview, , SQL_Statement
On the same note, how can set up Access so that when the user clicks on mydb.mde, the start up form is also maximized? Thanks!!!
DoCmd.OpenReport. MyReport, acPreview, , SQL_Statement
On the same note, how can set up Access so that when the user clicks on mydb.mde, the start up form is also maximized? Thanks!!!