I using the ms access upsizing wizard, it made all of the text fields nvarchar. Now if I understand, nvarchar allows for storage of unicode in the fields, so each character takes up 2 bytes. So I altered the tables to just varchar, and the database got larger. Am I missing something?
Brian
Brian