Code Examples

Maximize Form

acCmdDocMaximize

This code maximizes the current form. It is designed to be placed behind a button called cmdMax.

'***************** Code Start *******************
'Code by Terry Wickenden

Sub cmdMax_Click()

  DoCmd.RunCommand acCmdDocMaximize

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.