473,387 Members | 1,590 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Help on help - HTML Help Workshop for Access?

What's the best way to create a help system for Access 2003? Is MS HTML
Help Workshop the way to go? I want to put a clickable control on different
forms, that, when clicked, will bring up the help topic specific to that
form. Can this be done?
Nov 13 '05 #1
11 3060

"deko" <www.clearpointsystems.com@use_contact_form.com> wrote in message
news:Sw*****************@newssvr13.news.prodigy.co m...
What's the best way to create a help system for Access 2003? Is MS HTML
Help Workshop the way to go? I want to put a clickable control on different forms, that, when clicked, will bring up the help topic specific to that
form. Can this be done?


The best way, I reckon, is not to create a help function at all, but
integrate extra message and information in your system - as we all know that
few people like to read the help files.
Nov 13 '05 #2
> The best way, I reckon, is not to create a help function at all, but
integrate extra message and information in your system - as we all know that few people like to read the help files.


yeah, but there's way too much to explain. I could record a how-to video...
Nov 13 '05 #3

"deko" <www.clearpointsystems.com@use_contact_form.com> wrote in message
news:wA****************@newssvr21.news.prodigy.com ...
The best way, I reckon, is not to create a help function at all, but
integrate extra message and information in your system - as we all know that
few people like to read the help files.


yeah, but there's way too much to explain. I could record a how-to

video...


Before you start on the daunting task of making a large help file - see if
you can reduce the amount there is to explain.... why is there so much to
explain? is it not self-explanatory?
Nov 13 '05 #4
> Before you start on the daunting task of making a large help file - see if
you can reduce the amount there is to explain.... why is there so much to
explain? is it not self-explanatory?


You'd have to see the app. It's got a lot of functionality. I think MS
HTML Help Workshop is the ticket, but it's another thing to come up to speed
on - as if there's not enough already...
Nov 13 '05 #5

"deko" <www.clearpointsystems.com@use_contact_form.com> wrote in message
news:0x***************@newssvr21.news.prodigy.com. ..
Before you start on the daunting task of making a large help file - see if you can reduce the amount there is to explain.... why is there so much to explain? is it not self-explanatory?
You'd have to see the app. It's got a lot of functionality. I think MS
HTML Help Workshop is the ticket, but it's another thing to come up to

speed on - as if there's not enough already...


If you see it as a hard task to learn it all, why not use MS Word with some
PowerPoint slides? That is so much easier ... and everyone is familiar with
it. Then, if you want it to appear a bit more prof. just make a PDF of
it...
Nov 13 '05 #6
In news:Sw*****************@newssvr13.news.prodigy.co m,
deko typed:
What's the best way to create a help system for Access
2003? Is MS
HTML Help Workshop the way to go? I want to put a
clickable control
on different forms, that, when clicked, will bring up the
help topic
specific to that form. Can this be done?


First off I'd best declare my interest in selling you a copy
of AccHelp... :-)

Having said that the following web sites may help:

Tony Toews;
http://www.granite.ab.ca/access/accshelp.htm

Help Wiki;
http://www.mshelpwiki.com/index.php?page=MSHelpWiki

Helpmaster;
http://www.helpmaster.com/

And there's a couple of 'round tuit' pages on my site that
need tidying up but might help nonetheless;
http://www.alphacos.co.uk/idx.htm

--
Nick Coe (UK)
AccHelp v1.01 Access Application Help File Builder
http://www.alphacos.co.uk/
Download Free Copy
----
Nov 13 '05 #7
> First off I'd best declare my interest in selling you a copy
of AccHelp... :-)

Having said that the following web sites may help:

Tony Toews;
http://www.granite.ab.ca/access/accshelp.htm

Help Wiki;
http://www.mshelpwiki.com/index.php?page=MSHelpWiki

Helpmaster;
http://www.helpmaster.com/

And there's a couple of 'round tuit' pages on my site that
need tidying up but might help nonetheless;
http://www.alphacos.co.uk/idx.htm


I'll take a look.
Nov 13 '05 #8
Nick: You're missing David Liske's HTML Help Center
http://www.mvps.org/htmlhelpcenter/

(the fact that he's misspelled centre shouldn't be held against him... <g>)

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)

"Nick Coe (UK)" <cl*****************@MASPON.yahooDOTcom> wrote in message
news:41***********************@ptn-nntp-reader03.plus.net...

First off I'd best declare my interest in selling you a copy of AccHelp...
:-)

Having said that the following web sites may help:

Tony Toews;
http://www.granite.ab.ca/access/accshelp.htm

Help Wiki;
http://www.mshelpwiki.com/index.php?page=MSHelpWiki

Helpmaster;
http://www.helpmaster.com/

And there's a couple of 'round tuit' pages on my site that need tidying up
but might help nonetheless;
http://www.alphacos.co.uk/idx.htm

Nov 13 '05 #9
In news:0M********************@rogers.com,
Douglas J. Steele typed:
Nick: You're missing David Liske's HTML Help Center
http://www.mvps.org/htmlhelpcenter/

(the fact that he's misspelled centre shouldn't be held
against
him... <g>)


Thanks Doug.. :-) Got it on my web pages, my fingers forget
it though :-)) ...
--
Nick Coe (UK)
AccHelp v1.01 Access Application Help File Builder
http://www.alphacos.co.uk/
Download Free Copy
----
Nov 13 '05 #10
Not convinced if it the best, but it is free (non HTML) and easy to use.

http://www.danish-shareware.dk/soft/shelpm/

"deko" <www.clearpointsystems.com@use_contact_form.com> wrote in message
news:Sw*****************@newssvr13.news.prodigy.co m...
What's the best way to create a help system for Access 2003? Is MS HTML
Help Workshop the way to go? I want to put a clickable control on different forms, that, when clicked, will bring up the help topic specific to that
form. Can this be done?

Nov 13 '05 #11
I've given up. This will have to do...

Public Sub Help(context As String)
Select Case context
Case "Main"
DoCmd.OpenForm "frmHelp" & context
Case "Tools"
DoCmd.OpenForm "frmHelp" & context
End Select
End Sub
Nov 13 '05 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Yarco | last post by:
I'm learning for docbook under win32. I download: openjade-1_3_1-2-bin docbook-xml-4.4 docbook-dsssl-1.79 ldp.dsl And then copy all openjade bin\ to win32 system\, and then create a directory...
2
by: tomas | last post by:
Our HTML Help Workshop is dated 1999 and does not match the current HTML Help Work documentation. Our HTML Help Workshop version is 4.74.8702.0. This version is also reffered to as version 1.3 ...
5
by: Greg Vereschagin | last post by:
I'm trying to figure out a regular expression that will match the innermost tag and the contents in between. Specifically, the string that I am attempting to match looks as follows: ...
1
by: S. van Beek | last post by:
Dear reader, In the form property "Help File" there is the possibility to specify a .chm help file. This help file can be created with "HTML Help Workshop". According the instructions...
9
by: JJ | last post by:
Do you all use HTML help workshop to create your help system. I am finding it quite clumsy to use. Mayeb because I am not used to using it. Do any of you use any other techniques to create help...
3
by: darjonase | last post by:
Alright all... I want to add a help section to my application and I am having some trouble. I know you can use the HTML Help Workshop, but this application is dreadful. It is very old school...
2
by: Nina | last post by:
Hi everyone, I am adding a help to my application. I created html files with screen prints and equations (using Equations editor) in Ms Word by saving files as web page, then using HTML Help...
6
by: gordon | last post by:
Hi Could someone please tell me the best way to provide help in an application? I have an 'about' item , but what is the best way of providng instructions and help in the app? Doug
2
by: LooyLoowhy | last post by:
I've migrated to Access 2007 from A97 Developer Edition which included MS Help Workshop. Is there a different method for creating Help files for Access 2007 applications?
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.