Hi
I have a parent form "SalesForm" with a subform "SalesDetaiForm" i have identical parent & subform but named "PurchaseForm" & "PurchaseDetailForm".
what i need to happen is once a button is pressed on the sales form it opens up the "purchaseform" & subform and adds the data from the "salesdetailform" to the PurchaseDetailForm.
fields to be copied and added are as follows.
ItemID
Quantity
QtyUnit
the following can be null values
Shape
Dimension1
Dimension2
Comments
I was toying with the idea of just using the "salesdetailform" and adding it to the "purchaseform" but would like purchase & sales records kept separate.
Many thanks for your help
Adam