gentforreal
Programmer
Using SQL statements I find it easy to add and drop fields in a table, but does a statement exist that only changes the field width?
As an example, the field width of the zipcode is currently c(5), I want to change it to c(10) so I may populate it with the additional zip+4 digits.
As an example, the field width of the zipcode is currently c(5), I want to change it to c(10) so I may populate it with the additional zip+4 digits.