Trying to create a PO Entry From. So there is a PO Table and then a Table for each ITEM linked on a POID.
So I want to enter the PO, then do some form validation before close the form and moving to the entry of the PO ITEMS.
So I would think I would need the PO Entry Form then using the new POID open the ITEM Form and move to the
same record just entered and then continue entering the ITEMS for the new PO.
This seems to be a VERY common problem. That is having a Header and Details table and needing to enter the Header and then Details info.
Any design pattern for this?
Thanks!