B
Brad Markisohn
I'm programmatically adding a column to a table in an existing Access DB.
I'm having a problem with table and field names that are strings composed of
more than one word. This command works just fine:
"ALTER TABLE Test ADD COLUMN ID varbinary"
but this doesn't work and gives an Alter Table syntax failure:
"ALTER TABLE 'Test Step' ADD COLUMN 'ID Type' varbinary"
It seems that it doesn't like the quote marks. Any suggestions?
Thanks
Brad
I'm having a problem with table and field names that are strings composed of
more than one word. This command works just fine:
"ALTER TABLE Test ADD COLUMN ID varbinary"
but this doesn't work and gives an Alter Table syntax failure:
"ALTER TABLE 'Test Step' ADD COLUMN 'ID Type' varbinary"
It seems that it doesn't like the quote marks. Any suggestions?
Thanks
Brad