Hello,

How difficult could it be to add this :

Field('fieldname','type',otherstuff,subform_alias=True)

subform_alias=True : will make sure that if the table is used into a subform
(as a subtable) it fields in common with the other table fields will be
renamed... So, this table could be used transparently into multiple table
form...

Or

subform_alias='field_alias_name' : let the user specify a particular field
name in case the table is uses into a subform.

Richard

Reply via email to