How do you set the CAPTION property of the access table/columns you have created in code/dynamically?

I am not finding any real references on the topic.
I create,then alter the table using:

Code:
"ALTER TABLE " & NewTbl & " ADD COLUMN " & FldName & " " & fldType
and I want to modify the caption setting at the same time.