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?
Printable View
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?
I thought that was the default for Text and Memo fields?
No, it is not.....but it is annoying though!