Provide Help/Tutorial Form

A

alhotch

I'd like to add a form to an operational database that the users can look at
for info on how to use the application; what to do if errors occur; etc. What
is the best way to provide the information ? A TextBox is limited to 255
characters; A MemoType has 64K characters; An Attachment - requires
availability of the underlying product (Word, etc.). A LabelType field ?

Recommendations ?
 
J

Jeanette Cunningham

If you are using only a single form or a couple of forms, put the info into
a label control, or several label controls.


Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 
L

Linq Adams via AccessMonster.com

Actually, you'd have to use a whole lot of labels, as labels have a 2,048
character limit.
 
A

alhotch

Thanks to both of you for your valuable input. I was not aware that a "label"
type field can only handle a total of 2k characters. I suspect my
"Help/Tutorial" information form will exceed the "label" limit. Thus, a memo
field will most likely be my first choice.
 

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

Top