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
How do i protect my excel woksheet information copy and past it in another worksheet? I already protected the worksheet and cells but copying information?
Dataset - Column value - need correct syntax
Newly promoted DC is unable to enable Replication; Event 13508
Windows Phone Dialer not Working Right With XP
moving documents and settings from c to d drive
How can i delete old records automaticaly?
Backup and restore of Win2k Server to a different machine
Use multi parameters in query criteria
Can I write a number extracting algorithm
How to load a MDI form from a Login form