Hide Requey Action

  • Thread starter Thread starter DS
  • Start date Start date
D

DS

I have a Main Form with a Subform on it. The Main form has a Calculated
Unbound Field based on the Sum of the Subform. Whenever I delete a
record from the Subform you can see the field on the Main Form refresh
itself Any way to hide this action? I'm using code.
Thanks
DS
 
DS said:
I have a Main Form with a Subform on it. The Main form has a
Calculated Unbound Field based on the Sum of the Subform. Whenever I
delete a record from the Subform you can see the field on the Main
Form refresh itself Any way to hide this action? I'm using code.

I'm not sure what you want to have happen. Do you or do you not want
the calculated control on the main form to show the updated value? If
you want it to show the updated value, it's got to be refreshed somehow,
so what do you want to see or not see? If you don't want it to be
updated automatically, you'll probably have to make completely unbound
and use code to calculate the value and stick it into the control.
 
Back
Top