Restore Method

Microsoft Access Visual Basic

Restore Method

       

The Restore method carries out the Restore action in Visual Basic.

expression.Restore

expression   Required. An expression that returns a DoCmd object.

Remarks

This method has no arguments and be called directly using the syntax DoCmd.Restore.

Note   This method cannot be applied to module windows in the Visual Basic Editor (VBE). For information about how to affect module windows see the WindowState property topic.