Code Examples

Show the Debug Window

acCmdDebugWindow

This function can be used to add a Show Debug Window option to a custom menubar or toolbar in Access 97.

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

Function ShowDebug()

  DoCmd.RunCommand acCmdDebugWindow

End Function

'****************** 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.