Display Access Help
acCmdAnswerWizard
This displays the Index page of the Access Help dialog box. It is behind a command button called cmdAnswerWiz.
'***************** Code Start *******************
' Code by Terry Wickenden
Private Sub cmdAnswerWiz_Enter()
DoCmd.RunCommand acCmdAnswerWizard
End Sub
'****************** Code End ********************