Add data to an other table

rkizwolle
rkizwolle Member Posts: 2
Dear all,

i created a new table for extra information on a purchase order. (QC)
now i want to fill the "purchase order number" in the new table if somebody ads some extra info. (subform created on purchase form)

can you please give me a hint how i transfer the ordernumber to the new table.

kind regards Robert

Comments

  • DenSter
    DenSter Member Posts: 8,307
    By setting the form link it should automatically fill in the order number.

    Zwolluh..... zooonder dolluh..... is een eeeeeeeindestad.....
  • lubost
    lubost Member Posts: 633
    1. You must set the properties in form object of new subform:
    DelayedInsert = Yes
    PopulateAllFields = Yes
    2. You have to add OrderType and OrderNo fields to formobject of new subform with Visible property set as No
    3. You must properly set the SubformLink property on subform object on purchse order.