Is it possible to set a table column\'s Caption or Description properties in MS Access using DDL? Ideally, we could include them in a CREATE TABLE statement.
Alas, it's not possibile to change or set some properties of a table or field by Access DDL. We had a similar problem, involving also relations between tables, and we resorted to DAO.
It' quite simple anyway, you'll be using objects such as DAO.Database, DAO.TableDef and DAO.Field.