Report opening

mester

Member
Local time
Today, 16:51
Joined
Apr 2, 2020
Messages
63
Hi everyone, i made an app with M.access, so when i open a report, it doesn't fully open, i need everytime to click to open it (see the pic ) ,so is there any way to tackle that issue.
I don't need to use docmd.maximaze.
Thanks
 

Attachments

  • 1625620588169-21896467.jpg
    1625620588169-21896467.jpg
    4.5 MB · Views: 145
  • 1625620656327539456415.jpg
    1625620656327539456415.jpg
    6.3 MB · Views: 165
Can you drag the borders to resize it?
 
Can you drag the borders to resize it?
Yes when i drag the borders, it resize, but i do that everytime when i open any report, that's why i hope if there's a code vba to solve that problem
 
Yes when i drag the borders, it resize, but i do that everytime when i open any report, that's why i hope if there's a code vba to solve that problem
Try this:

Open the report in design view
Resize the report
Save the report
Close the report
Open the report
 
instead of report, use Form.
 

Users who are viewing this thread

Back
Top Bottom