How to change zoom Box default font size (1 Viewer)

datefruit

New member
Local time
Today, 11:14
Joined
Dec 1, 2012
Messages
6
I'm working in Access 2010. The default zoom Box (Shift+F2) font is too tiny for my screen and for an unknown reason it won't change when I press " the Font..." button.
My question: Is there any way to change zoom Box font size permanently?
 

datefruit

New member
Local time
Today, 11:14
Joined
Dec 1, 2012
Messages
6
Here's a link
support.microsoft.com/kb/96996
The above mentioned method don't work in access 2010 - I can't find UTILITY.MDA. All I've managed to find is ACCDE database:
Code:
c:\Program Files\Microsoft Office\Office14\ACCWIZ\UTILITY.ACCDA
The above mentioned database has ZoomForm in it, but it's not editable: there is a message window:
"You can't import, export, create, modify, or rename any forms, reports, pages or modules in an ACCDE, MDE or ADE database"

Maybe there is a possibility to change Zoom Box font size only for a current database? On this subject I have found the code in Google Groups but it just don't work only by pasting it into my forms code:
Code:
Public Function ZoomBoxFunction()
DoCmd.RunCommand acCmdZoomBox
utility.zoom_iFontSize = 14
End Function
 

Users who are viewing this thread

Top Bottom