Hi
I have written the below code
sql = "ALTER TABLE cust ADD COLUMN ctype TEXT (1)"
cnn.Execute sql
MsgBox ("Fields Successfully created !")
I want if field already exists then it should give message "Field Already created"
Thanks
I have written the below code
sql = "ALTER TABLE cust ADD COLUMN ctype TEXT (1)"
cnn.Execute sql
MsgBox ("Fields Successfully created !")
I want if field already exists then it should give message "Field Already created"
Thanks