J
JamesDeckert
Using Access 2003
I've tried programmatically setting the CanShrink property of some sections
and can't get them to work. I get the following error.
Run-time error 2455
You entered an expression that has an invalid reference to the property
CanShrink.
I've tried the following
Me.PageHeaderSection.CanShrink = True
Me.ItemCodeHeader.CanShrink = True
Me.Section("ItemCodeHeader").CanShrink = True
The reason for doing it programmatically is that the page header doesn't
have a canshrink property in design view, but it does with intellisense.
Since I haven't been able to set the page header, I thought I'd try some
other sections, and I still get an error.
thanks for any input,
James
I've tried programmatically setting the CanShrink property of some sections
and can't get them to work. I get the following error.
Run-time error 2455
You entered an expression that has an invalid reference to the property
CanShrink.
I've tried the following
Me.PageHeaderSection.CanShrink = True
Me.ItemCodeHeader.CanShrink = True
Me.Section("ItemCodeHeader").CanShrink = True
The reason for doing it programmatically is that the page header doesn't
have a canshrink property in design view, but it does with intellisense.
Since I haven't been able to set the page header, I thought I'd try some
other sections, and I still get an error.
thanks for any input,
James