isladogs
MVP / VIP
- Local time
- Today, 17:47
- Joined
- Jan 14, 2017
- Messages
- 18,792
I used the Access 2000 Developers Handbook (Litwin, Getz & Gilbert) Form resize which I downloaded from one of the getz team books but it doesn't work in office 365![]()
I can guarantee the automatic form resizing code I use works in all versions of Access from 2000 (possibly earlier) through to 365. It also works in both 32-bit & 64-bit and handles different screen shapes (form factors) as well as sizes/resolutions. Its based on open source code originally written by Jamie Czernak around 2003 but has been extensively revised since.
The latest version also works well with tabbed documents as well as overlapping windows.
You can find the code and an extended article about its use at: http://www.mendipdatasystems.co.uk/automatic-form-resizing-1/4594554784. A slightly shorter version can also be found at https://www.access-programmers.co.uk/forums/showthread.php?t=304090
Hope that helps