Sometimes in Access, the system will not properly redraw the form after it has done extensive processing. If this occurs, you try calling the repaint method for the form object.
For example:
Form2.Repaint
In this example, there is a form called Form2. The Repaint method forces the form to redraw itself.