I know how to add a field to a table in an Access 2000 Database. I use this:
ALTER TABLE tablename ADD fieldname Char(50)

But how do I allow the field to use Unicode Compression?