I want to add a description to each column as I create the table:
Example:
strSQL = "CREATE TABLE Table1 (Field1 VarChar(250) Not Null UNIQUE, Field2 VarChar(250) Not Null COMMENT 'Test It')"
I saw somewhere where there was a data type of COMMENT. Is there a way to do this within the SQL statement?
I tried different variations using COMMENT and DESCRIPTION, but no luck. Is this even possible while executing a create table SQL statement?
Create
Descriptionproperty, if not exists (@HansUp)Or Update
DescriptionpropertySee example