RECALC method ???

D

David

I found the following statement in an event procedure

Forms!frmISRDetail.Recalc

This did not cause an error because an On Error trap
masked it.
What does this do? I can't find Recalc mentioned anywhere
in Access help
 
C

Cheryl Fischer

Actually, there is a Recalc method (at least there is in Access 2002). It
is designed to immediately update all calculated controls on a form.
 
Top