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
Index on a table
Why does MS SSRS 2005 Hang On Query?
Vista Home wireless adapter connecting only with limitted access
Microsoft Access Maximum Objects is 32768. What objects are counted?
ODBC Connection failed on Vista
Help, I accidently deleted "AutoExec.bat" from Command Prompt.
iis5 and iis6
Sort by short month name in the Tablix
Probl;em with Totals in Subform/Main From in Access 2007
global variable username passthrough sql to generate a users work orders.