D
Del
I need to change multiple columns from memo to text(30). The following code
works for a single column but i don't know how to add addition columns to the
code.
DoCmd.RunSQL "ALTER TABLE MyTable " & _
"ALTER COLUMN MyColumn1;"
works for a single column but i don't know how to add addition columns to the
code.
DoCmd.RunSQL "ALTER TABLE MyTable " & _
"ALTER COLUMN MyColumn1;"