G Guest Nov 17, 2005 #1 I would like to write code (in Access 97) to increase field size of an Access 97 table. Does anyone know how?
I would like to write code (in Access 97) to increase field size of an Access 97 table. Does anyone know how?
G Guest Nov 17, 2005 #2 Use Alter table, look at this link http://office.microsoft.com/en-us/assistance/HP010322071033.aspx
G Guest Nov 17, 2005 #3 However, Access 97 does not seem to support "ALTER COLUMN field type[(size)]". Any other options?