Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.45 KB

Access.Attachment.ControlTipText.md

File metadata and controls

41 lines (23 loc) · 1.45 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Attachment.ControlTipText property (Access)
vbaac10.chm13932
vbaac10.chm13932
Access.Attachment.ControlTipText
c5dd9325-b545-d25e-10bf-7d58f7806e04
02/07/2019
medium

Attachment.ControlTipText property (Access)

Use the ControlTipText property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write String.

Syntax

expression.ControlTipText

expression A variable that represents an Attachment object.

Remarks

You set the ControlTipText property by using a string expression up to 255 characters long.

For controls on forms, you can set the default for this property by using the default control style or the DefaultControl property in Visual Basic.

You can set the ControlTipText property in any view.

The ControlTipText property provides an easy way to provide helpful information about controls on a form.

There are other ways to provide information about a form or a control on a form. Use the StatusBarText property to display information in the status bar about a control. To provide more extensive help for a form or control, use the HelpFile and HelpContextID properties.

[!includeSupport and feedback]