The company has Windows 98 computers and an inventory database using MS Jet 3.5. Using SQL, I need to make a text field wider, from 16 to 20. I am a SQL novice and when I tried ALTER TABLE [Product] ALTER COLUMN [Product Code] TEXT(20) also ALTER TABLE [Product] ALTER COLUMN [Product Code]SET TEXT(20) also ALTER TABLE [Product] ALTER [Product Code] TEXT(20) these did not work. How can I make this text field wider?