G
Guest
Is there a way to increase the size of a a MS Access database column by using
the ALTER TABLE SQL statement? I need to programatically increase the size
of a text column by executing a SQL statement. If not, does anyone have any
suggestions on doing this? I could add a new larger column to the table, but
I do not know of a way to rename a column once it is created.
I appreciate any suggestions anyone can offer.
the ALTER TABLE SQL statement? I need to programatically increase the size
of a text column by executing a SQL statement. If not, does anyone have any
suggestions on doing this? I could add a new larger column to the table, but
I do not know of a way to rename a column once it is created.
I appreciate any suggestions anyone can offer.