Like many of the DoCmd object’s object selection methods, RepaintObject allows you to designate the type and name of the object you’d like to repaint. Practically, however, only forms require repainting. As a result, it’s preferable to call the simpler and more intuitive Form.Repaint() method, which has no parameters.