Frage

I have a form and the user must have horizontal scroll. Users would like to see two text boxes in right side and left side of the form, but they cant see both of them at the same time. only half of the firs textboxe and the second textbox complete

What I thought is to have a tooltip for the first textbox, then user can see the second textbox and with tooltip, information in the first textbox.

How can I create a tooltip in vba Access?

War es hilfreich?

Lösung

There are two options, StatusBarText property and ControlTipText that you can use to provide user feed back.

See also TextBox Members (Access)

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top