|
How to create text table for a table |
|
|
|
|
Written by Pavan
|
|
Tuesday, 02 October 2007 |
|
Just create the text table with the same key fields and add language field as an additional.
How to define a text table for a table Define T1 with the following fields f1 Key f2 Key f3 key Define t2 with the following fieldds f1 key f2 key f3 key f4 key - This is of type language Define foriegn key for t2 from t1 for f1, f2, f3 and while defining foriegn key, select the radio button key fieldds of a text table This brings the table T2 when are in display / change mode of T1 and click on text table. |