I'm using the following form/syntax to refer to an specific cell on my "TPC" - Table Column:
and it works perfect for me.![]()
[TPC[[#This Row],[DC]]].SELECT
However, when I use the same form/syntax on a TABLE COLUMN with a MULTILANE HEADER like:
I can't make it work.![]()
[TPC[[#This Row],[DC" & Chr(10) & "Length" & Chr(10) & "Spacing]]].SELECT
Can someone give me a hint?
Bookmarks