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
TimeZone -- CountryCode list
access 97 in 64 bit windows xp
Novell Zenworks 10 vs MS System Center Essentials 2007
dateadd function returns weekends even when weekday "w" is specified
How to import data into excel sheet from remote unix box.
Can someone suggest the easiest way to print 1099-R Forms in MS Word
UserForm Initialization
How to make all the controls readonly at runtime in c# windows form
Creating Add/Edit forms for levels of BOM assemblies in Access
Import a result set from DB2 to Access using TransferDatabase