MS Access: setting table column Caption or Description in DDL?
问题 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. 回答1: Use DAO to set Caption and Description properties as Andrea suggested. Just be aware that both Caption and Description are user-defined, not default properties ... meaning that they don't exist before you assign them a value. For example the following statement triggers error 3270, 'Property not found', because I have not assigned a