Is there a way to set the caption property of a
table field/column in Access2K programmatically?
ADOX doesn't seem to expose this.
ADOX only knows about the data model, and the caption property is not part
of that -- it is part of the Access GUI. Its one and only purpose is to
provide a default value for labels for bound controls when they are placed
on a new form.
There are, frankly, no situations where you need to get at the Caption
property programmatically:
If users have access to the GUI to create forms and reports, then they can
use the table designer to add the property themselves.
If they do not have the ability to create forms and reports, then they will
never even be aware of the existence of the Caption property, never mind
miss the fact that it is not set.
HTH
Tim F