AswinBabu
5 years agoQrew Member
Creating Dynamic fields in the child table
I have 2 tables. Table A is the parent and Table B is the child table, Table A have fields Name(txt), Dimensions(num), Description(txt). Table B should have field Name but other fields like Length, Width1 and WIdth2 should appear based on the entry in the Dimensions field of parent table.
i.e, if Dimension =1 then fields of child table B must be Name and Length only.
If Dimensions= 2 then fields of child table B must be Name, Length, width1 only
if Dimensions= 3 then fields of child table B must be Name, Length, width1 and width2.
Is this possible?
------------------------------
Aswin Babu
------------------------------