Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Providing in-form help in MS Access

Tags:

vba

ms-access

I'm a non-developer building a simple Access 2003 database for an NGO that works in developing countries. I would like to provide in-app help (what certain fields mean, for example) in a number of forms and on the switchboard. I'm not sure about the best way to do this - not just on a technical standpoint but to increase user-friendliness. The users are usually using MS Access for the very fist time, and have only basic computer use knowledge.

I don't want to cram the forms with help text, so I'm thinking of adding little question mark buttons that pop up a separate form with just help text. Is that wise?

I've also noticed a Help Context ID property, but it looks complicated (I'm looking for something as simple as possible to implement, so that the help text can be edited as easily as possible by others in the future). I think this is where I'd start if this were the way to go: http://support.microsoft.com/?kbid=209843

This may need to be translated, etc, so again, the simpler the better.

Thanks!

like image 481
Munir Squires Avatar asked Nov 15 '22 15:11

Munir Squires


1 Answers

I've built such a system using tables and forms in the FE. You can get an idea by reviewing some of the screen shots at http://www.granitefleet.com/ScreenShots/index.htm I only created general help describing processes where something on a setup form can affect this form. So the user will know where to ge to change something around.

like image 110
Tony Toews Avatar answered Dec 30 '22 00:12

Tony Toews