C
Curmudgeon
Can anybody tell me how to access the Title property of a column in
the current table programmatically? I'm looking for a way to find the
column titles that have been assigned in an mpp. To do this, I need to
specify which table (namely, the table underlying the current view)
and the Column (so I need to list the columns in the table) and the
Title that has been assigned to each column. I assume this would use
Tables, Table, TableFields, and TableField, but I'm not sure how to
use this to specify the current Table.
the current table programmatically? I'm looking for a way to find the
column titles that have been assigned in an mpp. To do this, I need to
specify which table (namely, the table underlying the current view)
and the Column (so I need to list the columns in the table) and the
Title that has been assigned to each column. I assume this would use
Tables, Table, TableFields, and TableField, but I'm not sure how to
use this to specify the current Table.