Mark
2008-10-01 05:18:36 UTC
Ooops, the expression upper(7last) does not work. Just 7last does work.
Thanks,
Mark
Thanks,
Mark
I have 2 fields in a table - 7last and 7first (I need to start each field name with a number for various reasons).
I try to construct an index in the designer with the expression =
LEFT(upper(7last-7first)+space(45),45), this to always get the same length of this value for the index.
I keep getting invalid index descriptor, and cannot create the index. I even tried another version -
upper(7last-7first) and got the same error.
But just the expression upper(7last) works fine.
Anyone know what I am doing wrong?
Thanks in advance,
Mark
I try to construct an index in the designer with the expression =
LEFT(upper(7last-7first)+space(45),45), this to always get the same length of this value for the index.
I keep getting invalid index descriptor, and cannot create the index. I even tried another version -
upper(7last-7first) and got the same error.
But just the expression upper(7last) works fine.
Anyone know what I am doing wrong?
Thanks in advance,
Mark