J
JohnnyRedneck
In access 2007 I am using a custom help file (example.chm). I can fire this
up ok from context help on forms or call it from code. However, I can't get
it called from the help button in a dialog button although I have correctly
(I think) referenced both the help file and the context number as per...
Response = MsgBox("My Message", vbOKCancel + vbMsgBoxHelpButton +
vbInformation, "Help", "C:\example.chm", 8)
Can anybody help me on this?
up ok from context help on forms or call it from code. However, I can't get
it called from the help button in a dialog button although I have correctly
(I think) referenced both the help file and the context number as per...
Response = MsgBox("My Message", vbOKCancel + vbMsgBoxHelpButton +
vbInformation, "Help", "C:\example.chm", 8)
Can anybody help me on this?