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
Access 2003 report textbox limits to 255 characters
Infopath Dynamic Receive Connections
Follow hyperlink command and unformatted .xml
Best way to downgrade Windows Server 2008 from Enterprize to Standard
sql server 2008 clustering prerequisites
Program Not Responding
MS ACCESS 07 Loading table into Dropdownlist
default email account keeps changing back to exchange
import csv file into access using VBA and restricting records imported on some field criteria
C# HTTP Request with redirect and authentification