Creating help files in access programming

  • Thread starter Thread starter Teres
  • Start date Start date
T

Teres

Dear all,


Thanks in advanced for any advice to write help information in access
database. Your expertise knowledge should certainly help newbie like me
with the following simple examples:

MsgBox(prompt[, buttons] [, title] [, helpfile, context])

I've tried to open some help (*.hlp) file in windows with Notepad and MS
Word. I found some strange character and don't understand the structure.
Is there any special tools to create help file in access or windows system.
Besides, what is the context file? How to create it?

Best regards,
Teres
 
A Google search on "Create Help Files" produces many relevant hits!

Dear all,


Thanks in advanced for any advice to write help information in access
database. Your expertise knowledge should certainly help newbie like me
with the following simple examples:

MsgBox(prompt[, buttons] [, title] [, helpfile, context])

I've tried to open some help (*.hlp) file in windows with Notepad and MS
Word. I found some strange character and don't understand the structure.
Is there any special tools to create help file in access or windows system.
Besides, what is the context file? How to create it?

Best regards,
Teres


Please respond to the Newsgroup, so that others may benefit from the exchange.
Peter R. Fletcher
 
Hi Teres,

See www.helpmaster.com for lots of information on help systems.

Dear all,


Thanks in advanced for any advice to write help information in access
database. Your expertise knowledge should certainly help newbie like me
with the following simple examples:

MsgBox(prompt[, buttons] [, title] [, helpfile, context])

I've tried to open some help (*.hlp) file in windows with Notepad and MS
Word. I found some strange character and don't understand the structure.
Is there any special tools to create help file in access or windows system.
Besides, what is the context file? How to create it?

Best regards,
Teres
 

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