P
PaulG
I am trying to set a fields data type to "YES/NO" using
VBA. Below is my code:
DoCmd.RunSQL "ALTER TABLE [Temp Entity - Ownership Table -
All Relationships] ALTER COLUMN [RecordChanged] Yes/No"
I receive the following error message from this code:
"Syntax error in ALTER TABLE statement."
What is the correct syntax or statement?
Any help is appreciated.
Thanks,
Paul
VBA. Below is my code:
DoCmd.RunSQL "ALTER TABLE [Temp Entity - Ownership Table -
All Relationships] ALTER COLUMN [RecordChanged] Yes/No"
I receive the following error message from this code:
"Syntax error in ALTER TABLE statement."
What is the correct syntax or statement?
Any help is appreciated.
Thanks,
Paul