Code Examples

Restore Form Size

acCmdDocRestore

This code restores the form to its normal size. It is designed to be put behind a command button called cmdRestore.

'***************** Code Start *******************

Sub cmdRestore_Click()

  DoCmd.RunCommand acCmdDocRestore

End Sub

'****************** Code End ********************

© 1998 - 2011 Terry Wickenden TKW Design Site developed maintained and hosted by TKW Design. This site is best viewed at 1024 x 768. Optimised for Firefox.