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
0
Comments
Zwolluh..... zooonder dolluh..... is een eeeeeeeindestad.....
RIS Plus, LLC
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.