Arranging Windows
If you need more space for writing code, you can close the Properties
window, the Project window, and the Immediate window. On the other
hand, if you are fortunate enough to have a large monitor, then you
can split your screen as shown in Figure 8.6 in
order to see the Access VBA IDE and the corresponding Access database
at the same time. In some cases (but not all), you can trace through
each line of your code and watch the results in the database! (You
can toggle between Access and the IDE using the
Alt+F11 function key combination.)

Figure 8-6. A split screen approach
Docking
Many of the windows in the IDE (including the Project, Properties, and Immediate windows) can be in one of two states: docked or floating. This state can be set using the Docking tab on the Options dialog box, which is shown in Figure 8.7.

Figure 8-7. The Docking options
A docked window is one that is attached, or anchored, to an edge of another window or to one edge of the client area of the main VBA window. When a dockable window is moved, it snaps to an anchored position. On the other hand, a floating window can be placed anywhere on the screen.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access