"html help"

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top