Moonshine
Registered User.
- Local time
- Today, 00:55
- Joined
- Jan 29, 2003
- Messages
- 125
Hi All
Ive written a User Manual for my database, in HTML format. I wanted to use the Help File option of a message box, to have the help button open this file.
Ive set the location to a Public Const variable, and then added the Variable into the code, example:
But i am prompted with the following error:
Runtime Error 5; Invalid Procedure call or argument
Anyone offer advise as to what im doing wrong?
Ive written a User Manual for my database, in HTML format. I wanted to use the Help File option of a message box, to have the help button open this file.
Ive set the location to a Public Const variable, and then added the Variable into the code, example:
Code:
MsgBox "Please enter a Paris ID", , strTitle, strHelp
But i am prompted with the following error:
Runtime Error 5; Invalid Procedure call or argument
Anyone offer advise as to what im doing wrong?