Hi,
I am trying to alter column type by using the following code:
DoCmd.RunSQL "ALTER TABLE DATA-SP-09 COLUMN AIR MILES Collector #/ Numéro d’adhérent AIR MILES TEXT"
It is giving me a syntax error, I believe it is because of the table name and column name which I can not modify is there any way I can still use this code to change the field type. There are more than one field/column type I have to change.
Thank you in advance for your help.
I am trying to alter column type by using the following code:
DoCmd.RunSQL "ALTER TABLE DATA-SP-09 COLUMN AIR MILES Collector #/ Numéro d’adhérent AIR MILES TEXT"
It is giving me a syntax error, I believe it is because of the table name and column name which I can not modify is there any way I can still use this code to change the field type. There are more than one field/column type I have to change.
Thank you in advance for your help.