Text field

D

David French

Due to space constraints on a Form I can only allow a 1-line text field.
This is actually configured as a memo field.
Is there a way to either allow a scroll bar to read the entire message or to
have a mouse-over effect to have a Screen Tip style box open to read the
entire contents of the field?
Control Tip text works OK but is restricted to 255 characters. Some of
these memos have more text than that.

Office XP

Dave French
 
D

David French

This is fine for someone that knows about Access but I'm referring to an end
user.
Either the use of scroll bars or the mouse over pop-up are the only things
I've come up with so far.

Dave French
 
A

Allen Browne

How about:
RunCommand acCmdZoomBox
in the Click or DblClick event of the field, or even GotFocus, or perhaps
MouseMove (after a time delay?)
 

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