I am working with a table with about 50 fields. Many of these fields are Text fields... And All Text Fields have a Size of 255. I want to shrink that down to about 25 or 30.
Is there are way to do this at once with out doing
CurrentDb.Execute "ALTER TABLE test ALTER COLUMN Last Text(25)"
for each field?
Is there are way to do this at once with out doing
CurrentDb.Execute "ALTER TABLE test ALTER COLUMN Last Text(25)"
for each field?