Attachment.ColumnHidden property (Access)

Use the ColumnHidden property to show or hide a specified column in Datasheet view. Read/write Boolean.

Syntax

expression.ColumnHidden

expression A variable that represents an Attachment object.

Remarks

The ColumnHidden property applies to all fields in Datasheet view and to form controls when the form is in Datasheet view.

Hiding a column with the ColumnHidden property in Datasheet view doesn't hide fields from the same column in Form view. Similarly, setting a control's Visible property to False in Form view doesn't hide the corresponding column in Datasheet view.

The ColumnHidden property is not available in Design view.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.