recalc problem

D

Dick Minter

I have a form with two subforms. A sub procedure
triggered by the after_update event in subform_2 modifies
a value in field_A in subform_1. An unbound control on
the main form recalculates when field_A updates.
Problem: I don't think the after_update event fires when
the value is modified by the subform_2 procedure, because
the calculated control isn't updating. A recalc command
in the Subform_2 procedure has no effect. How can I
programatically commit the change, i.e. cause the
after_update event for the modified field to fire?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

recalc problem 0
field update problem 1
Recalc & conditional formatting 2
Requery unbound textbox 1
Force Recalc 5
Change Calc Control Value 4
Requery subform after entry on main form 0
recalc question 2

Top