CreateTableJoining(Table, Field, RelatedField, [RelatedTable])
Creates a new descriptor of a table join. Returns the GeocoderTableJoining object. The Table argument (the Table object) specifies a reference table for the reference scheme and a table linked with the geocoded feature type for the link scheme. The Field argument (the Field object) specifies a field of the first table. The optional RelatedTable argument (the Table object) specifies the geocoded or reference table. The RelatedField argument (the Field object) specifies a field of the second table. The geocoded table is used by default.