In Jerry C typed:
Is there any way to create a help file for my application
that can be enbedded in the application?
There is sort of.
Instead of an external WinHelp or HTMLHelp file you could
redirect the F1 key with an AutoKeys macro and then have a
table containing your help text, the control and form name.
You then use the form name and control name to filter or
select the row you want from that table to display in a
'Help' form you design.
It's non standard but it works.
--
Nick Coe (UK)
AccHelp v1.01 Access Application Help File Builder
http://www.alphacos.co.uk/
Download Free Copy
----