Changing a field size

N

Nigel Bennett

I ahve added a field using code and I need to change the
size of it from 100 to 150 Characters.

How would this be done in code

Nigel
 
A

Alex Dybenko

you have to create a new field, size 150, run update query to copy data from
old to new field, then delete old and rename new to old
 
Top