R
Ronald
Hi.
The answer I got to programmatically set the UnicodeCompression of a text
field seemd right but isn't
Currentdb().TableDefs("Faq0").Fields("fSubject").Properties("UnicodeCompression") = True
When I use it, I get a run-time error 3265: Item not found in this collection.
I also tried: "Unicode Compression", "Unicode-Compression" and
"Unicode_Compression", but that didn't make the error disappear.
It should be a built-in property but maybe it isn't and must I make a
user-defined property of it first.
Any hints?
Thanks!
Ronald.
The answer I got to programmatically set the UnicodeCompression of a text
field seemd right but isn't
Currentdb().TableDefs("Faq0").Fields("fSubject").Properties("UnicodeCompression") = True
When I use it, I get a run-time error 3265: Item not found in this collection.
I also tried: "Unicode Compression", "Unicode-Compression" and
"Unicode_Compression", but that didn't make the error disappear.
It should be a built-in property but maybe it isn't and must I make a
user-defined property of it first.
Any hints?
Thanks!
Ronald.