Return the relation's field/column names as a comma separated list.
In MS Access, any foreign key constraint is associated with a DAO Relation object.
The DAO.Relation
(no description)
Take the name from the Relation ForeignName property instead of the Name property
colList = RelationFieldList(rel)