Restore Method [Access 2003 VBA Language Reference]
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.
Applies to | DoCmd Object