MS Access: Redraw a form in Access 2003/XP/2000/97

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.