Odd Occurance -- HELP!!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I recently added a custom help file (Help.chm) to my
Access database. I added the code and macro found in
Knowledge Base Article 275117.
The problem is...
If you start Access and open the database from the Open
dialog box, the F1 key works and the help file opens.
However, if you open the database using a link, the F1
key does nothing. I am at a loss as to what would be
causing the help file to work if you opened the database
one way, but not another.
Any suggestions?
 
Yup. That's odd. Does the following scenario sound plausible?

Opening the database file by first opening Access specifies to the operating
system _exactly_ which executable file to use and the parameters for opening
the database file. Does your shortcut do this, too? The syntax would
minimally need this:

<Full path to Office\MSAccess.Exe> <Full path to DB\MyDB.mdb>

If one doesn't specify the full path to the executable, then the defaults
listed in the Windows Registry are used, which doesn't include your help
file's path and file name. And the {F1} AutoKeys macro and user-defined
function redirects the keyboard input away from the default Access help
files, so even Access Help is MIA.

That's the only thing I can think of that might affect your custom help
feature. Perhaps someone else can offer some better ideas.

HTH.

Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)
 
I just went and tried that, and that doesn't seem to
correct the problem. It is really weird.
 

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

Back
Top