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
Extract Full Information from Exchange PowerShell
SharePoint Project Server 2007
C#.NET Blowfish Encryption Implementation
Installation of MDE and MDB in Vista
error with web site when it was moved from server 2003 to 2008
vlookup between workbooks - one cell
Using Modern Mobile Technologies on Oldish Access 2000 Database
Setting LinkChildField and LinkMasterField Property Issue
5.7.1 Recipient address rejected Access denied, after user name change due to marriage
How to retrieve results from a stored procedure?