Link table

JennyJenny Member Posts: 12
edited 2007-09-21 in Navision Attain
I’m trying to link two tables, in the same way that the sales header table and sales line table are linked. Can someone suggest the code to use so that the line document number is the same as the header document number for each line as well as generating a unique line number.
And also someone can introduce me some book to read for how to develop table, form and report.
Thanks

Comments

  • KonradKonrad Member Posts: 30
    You do it by setting SubFormLink and AutoSplitKey properties on subform. All you have to do from table level is to make sure that the primary key on line table ends with integer type field (line no.).

    w1w1adg.pdf in doc folder on navision cd.
Sign In or Register to comment.