S
Simon
on a form i have 2 subforms which are both datasheets.
I would like a button on the form that i click and will then copy the
data from one subform to another
i have created a buttton with On click
Forms![frmManufacturePartsUsed]!ProductCode") =
Forms![frmManufactureParts]!ProductCode")
but this did not work
Can any one tell me how to do it
Thanks
I would like a button on the form that i click and will then copy the
data from one subform to another
i have created a buttton with On click
Forms![frmManufacturePartsUsed]!ProductCode") =
Forms![frmManufactureParts]!ProductCode")
but this did not work
Can any one tell me how to do it
Thanks