eg:
alter table alter column set ...
It doesn't seem to work. Anyone has an idea?
Chuck Grimsby wrote:
> You can't alter a column's datatype in access via a query.
>
> You have to alter the table to add in a new column,
> use a update query to move the data over to the new column,
> then another alter query to delete the old column.