This will open Notepad, if the .txt is associated with Notepad. If this
is not the case then you may need to open the Notepad.exe directly.
Maybe this:
Shell("Notepad.exe C:\help.txt")
But...if this is a help file for your application you're designing in
Access, why not use Control Tip & other built-in properties for
displaying help?