J
JohnnyRedneck
I am developing an Access 2007 application with a custom HTML help file...
called example.chm. I can fire this up nicely from within forms and by code
but I can't get it to work from the help button in a msgbox. This is an
example of a failed attempt, (I just get access 2007 help)...
Response = MsgBox("MyMessage", vbOKCancel + vbMsgBoxHelpButton +
vbInformation, "Message Title", "C:\example.chm", 6)
Where "C:\example.chm" is the help file and 6 the context. I've tried making
sure that the context is not referenced elsewhere on the underlying form...
but still no joy!
Can anybody please help me?
called example.chm. I can fire this up nicely from within forms and by code
but I can't get it to work from the help button in a msgbox. This is an
example of a failed attempt, (I just get access 2007 help)...
Response = MsgBox("MyMessage", vbOKCancel + vbMsgBoxHelpButton +
vbInformation, "Message Title", "C:\example.chm", 6)
Where "C:\example.chm" is the help file and 6 the context. I've tried making
sure that the context is not referenced elsewhere on the underlying form...
but still no joy!
Can anybody please help me?