Code Examples

Save Relationships Layout

acCmdRelationships, acCmdSave

This example opens the Relationships Window and saves the layout of the window.

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

Sub SaveRelate()

  DoCmd.RunCommand acCmdRelationships
  DoCmd.RunCommand acCmdSave

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.