How can I open my .chm file from my custom menu?

  • Thread starter Thread starter Jim Evans
  • Start date Start date
J

Jim Evans

I have tried creating a macro using the runapp command to open the .chm
file. This fails.

I have tried runapp to run a .bat file wehich opens the .chm file. This
works but the Cmd window stays open as long as the .chm file is open.

Tried to Exit the .bat file. This closes both the .chm and the Cmd windows.

Any ideas?

help is appreciated.

Jim Evans
 
I figured it out, using the ShellExecute command and a function D/Led from
access site.

Jim Evans
 
Back
Top