S
SAC
I thought this would do it:
I put this in the before insert of the subform:
Me!txtJobID = [Forms]![frmInvoice]![txtJobID]
frmInvoice is the main form.
What can I do differently to make this work?
Thanks.
I put this in the before insert of the subform:
Me!txtJobID = [Forms]![frmInvoice]![txtJobID]
frmInvoice is the main form.
What can I do differently to make this work?
Thanks.