spiralmind
Technical User
i have built some user documentation for one of my applications using msword and have, up to this point, accessed it through a label with code to open the document in word. problem with this is that the document, being something external, cannot be found if either it or the database is moved and is relatively vunerable to being damaged or deleted by a careless user.
i've found a way to use an unbound object frame to hold a word doc on an access form, which works great except for the fact that it lacks any scrolling capabilities and is therefore limited to one-page views, is not user-resizable, and would require that i create more code and controls for any word-document functions i want allow the users to perform (like printing, copy-and-pase...).
i've also throught of storing the docs in ole, but i don't know how to open them from a table
is there a better way to do this, or am i better off just breaking my help files into single-page documents and creating some custom navigation and command controls to allow the users to actually see and use them?
i've found a way to use an unbound object frame to hold a word doc on an access form, which works great except for the fact that it lacks any scrolling capabilities and is therefore limited to one-page views, is not user-resizable, and would require that i create more code and controls for any word-document functions i want allow the users to perform (like printing, copy-and-pase...).
i've also throught of storing the docs in ole, but i don't know how to open them from a table
is there a better way to do this, or am i better off just breaking my help files into single-page documents and creating some custom navigation and command controls to allow the users to actually see and use them?