S
Sally
I have created a table through a make table query,
however I would like to amend the coulmn sizes from say
255 to 6, I thought the following syntax would work but
it doesn't.....can anybody help????
DoCmd.RunSQL "ALTER TABLE [table Name] ALTER COLUMN
[field name] char(6)"
however I would like to amend the coulmn sizes from say
255 to 6, I thought the following syntax would work but
it doesn't.....can anybody help????
DoCmd.RunSQL "ALTER TABLE [table Name] ALTER COLUMN
[field name] char(6)"