Updating and open form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to be able to update a form that is open based on entry that I
am entering into another subform. When I change the data on the main
form, IE..Employee I would like for the 2nd form (not the sub form) to
change also. Is that possible?
 
Richard

Have you related/linked the subform to the main form? What you are asking
for sounds like the way Access handles main form/subform activity.
 
I have form A with a subform. When I change the data in the sub form I want
totals to update on form B.
 
Richard

So you have one form open (with a subform), and a second form open (?and
visible) at the same time.

One approach would be to add code to a subform (or subform's control) event
that recalculates the value in another form (your Form B).
 
Back
Top