Replacing Help File

  • Thread starter Thread starter William
  • Start date Start date
W

William

Hi All,

Can someone tell me how to replace the Access Help file
with a custom help file. I am creating a runtime
application using an mde file for distribution and want
to replace the help button on the toolbar.

Any guidance will be appreciated.

Tahnks,

William Jewell
 
William said:
Hi All,

Can someone tell me how to replace the Access Help file
with a custom help file. I am creating a runtime
application using an mde file for distribution and want
to replace the help button on the toolbar.

Any guidance will be appreciated.

I just use a function that shells...

winhlp32 "path to my help file"
 
William said:
Can someone tell me how to replace the Access Help file
with a custom help file. I am creating a runtime
application using an mde file for distribution and want
to replace the help button on the toolbar.

See the Tony's Microsoft Access Help System Tips page at my website.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Back
Top