hello to all, i need to Create table and lines functionality similar to salestable form using Tables - "workordertable" and "workorderlines" Form - "workordertableform"
"workordertable" has index - workorderNo "workorderlines" has index - workorderNo and LineNo I have set relation on "workorderlines" table - workordertable.workorderNo == workorderlines.workorderNo to achieve functionality of "workordertableform" same as "salestable" form, (for example selecting one record of salestable, shows corrosponding records from salesline table) which properties/ methods should I change? Anuradha

