I would like to programatically add a new field that is indexed (duplicates allowed) to an MS-Access database. What is the cleanest SQL statement(s) for achieving this?
So far... I just for adding the field...
ALTER TABLE MyTable ADD COLUMN MyField TEXT(16);
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.