F
forcefield via AccessMonster.com
I have a subform bound to tblB. The fields in subform are
PrevQty ,BadQty. The unbound textboxes in the footer of the subform
consisting of txtSumPrevQty, txtSumBadQty are sum of those fields
respectively.
i.e the control source of txtSumPrevQty is Sum([prevQty]) and so on. Also
there is also an unbound text box " txtAppendDate " for the date of appending
to another table. How do you append those unbound text boxes ( txtSumPrevQty ,
txtSumBadQty and txtAppendDate) to another table tblC?
Thank you for your help
PrevQty ,BadQty. The unbound textboxes in the footer of the subform
consisting of txtSumPrevQty, txtSumBadQty are sum of those fields
respectively.
i.e the control source of txtSumPrevQty is Sum([prevQty]) and so on. Also
there is also an unbound text box " txtAppendDate " for the date of appending
to another table. How do you append those unbound text boxes ( txtSumPrevQty ,
txtSumBadQty and txtAppendDate) to another table tblC?
Thank you for your help