DisplayAll Property

See Also    Examples    Applies To

Returns or sets whether the Active Table atb will display all columns of its recordset or only some of them.

Property DisplayAll As Boolean

atb.DisplayAll [= fDisplayAll]

If DisplayAll is set to False the Columns collection contains only the Columns defined at design time. If DisplayAll is set to True the Columns collection contains the Columns defined at design time plus Columns for all other fields of the recordset.