johncasimir
Programmer
How would you change the Unicode Compression of a field in MSAccess using VBA?
I'm adding a field to a table using the sql:
"ALTER TABLE [TableName] ADD COLUMN [FieldName] CHAR(100);"
I need to change the Unicode Compression of that field to "Yes"
Thanks for the help in advance!
p.s This post is also listed in the MS Access Tables and Relationships Forum
John
I'm adding a field to a table using the sql:
"ALTER TABLE [TableName] ADD COLUMN [FieldName] CHAR(100);"
I need to change the Unicode Compression of that field to "Yes"
Thanks for the help in advance!
p.s This post is also listed in the MS Access Tables and Relationships Forum
John