Hello,
I'm trying to amend a table column property, but I'm having trouble with a space.
I'm using:
DoCmd.RunSQL "ALTER TABLE Table ALTER COLUMN My Field Text;"
The space in My Field is causing a debug. I've tried ‘My Field’ and My Field, (with the comma), but im not getting it right.
Thanks for any advice.
I'm trying to amend a table column property, but I'm having trouble with a space.
I'm using:
DoCmd.RunSQL "ALTER TABLE Table ALTER COLUMN My Field Text;"
The space in My Field is causing a debug. I've tried ‘My Field’ and My Field, (with the comma), but im not getting it right.
Thanks for any advice.