Microsoft
Software
Hardware
Network
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!frmNEWShippingPlantA
ndOffice.t
xtQtyDistT
oDateForTh
isShpgOrde
r.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!frmNEWShippingPlantA
ndOffice.t
xtQtyDistT
oDateForTh
isShpgOrde
r.Requery
mx
Random Solutions
Disclaimers in Exchange 2007
date diff expression
relate field in main form to similar field in subform
Open Form then Hide It
Using Template Files and SendObject in a Macro
Hide background Image
SQL DBCC CHECKDB finds errors that it cannot fix
Learning Active Directory
Datagrid columns are jumbled up when there are no rows (ASP.NET C#)
asp.net ..for loop - limit to reading first row of DataRow in dtVolumeOrder.Rows()