M
Mike
I've just struck this one - I guess I can work around it
but it seems really odd. Looks like a bug. Anyone else
struck this limit?
I am referring to a PivotTable Fieldset by name. Field
names (and therefore FieldSet names) longer than 23
characters are being truncated ! So I get subscript out
of range errors.
The specific reference in my code is:
frmPivot.PivotTable.ActiveView.FieldSets
("Current_Liabilities_Amount")
The locals window shows that the Field (and therefore the
FieldSet) name has been truncated to
Current_Liabilities_Am (23 characters!?!). Fields on
other forms experience the same problem - they are
truncated at 23 characters.
Devt environment is Access 2002 SP2, ADP project with
code building a PivotTable view of a form.
but it seems really odd. Looks like a bug. Anyone else
struck this limit?
I am referring to a PivotTable Fieldset by name. Field
names (and therefore FieldSet names) longer than 23
characters are being truncated ! So I get subscript out
of range errors.
The specific reference in my code is:
frmPivot.PivotTable.ActiveView.FieldSets
("Current_Liabilities_Amount")
The locals window shows that the Field (and therefore the
FieldSet) name has been truncated to
Current_Liabilities_Am (23 characters!?!). Fields on
other forms experience the same problem - they are
truncated at 23 characters.
Devt environment is Access 2002 SP2, ADP project with
code building a PivotTable view of a form.