Programmatically set Unicode Compression

R

Ronald

Hi all.

I can create tables with fields and set field Required to Yes and so on. (wow)
The Text fields are default with Unicode Compression set to No and I cannot
find the command to change it.
Can any MVP help me please?
Thank you.

Ronald.
 
J

John Spencer

Hint:

Currentdb().TableDefs("Faq0").Fields("fSubject").Properties("UniCodeCompression")
= True

It may be
John Spencer
Access MVP 2002-2005, 2007-2008
Center for Health Program Development and Management
University of Maryland Baltimore County
 
R

Ronald

Thank you very much, John.

John Spencer said:
Hint:

Currentdb().TableDefs("Faq0").Fields("fSubject").Properties("UniCodeCompression")
= True

It may be
John Spencer
Access MVP 2002-2005, 2007-2008
Center for Health Program Development and Management
University of Maryland Baltimore County
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top