Question : Recalc field on an open form when close a second form.

I'm trying to write code for an onclose event of a form that will recalc a field on a second open form.  Here's what I have but it isn't working...

    Forms!frmNEWShippingPlantAndOffice.txtQtyDistToDateForThisShpgOrder.Recalc

Answer : Recalc field on an open form when close a second form.

ReCalc only applies to a Form, not controls.

You can also try

Forms!frmNEWShippingPlantAndOffice.txtQtyDistToDateForThisShpgOrder.Requery

mx
Random Solutions  
 
programming4us programming4us