activate sub form from another

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

Guest

Hello,

I have on one form two subforms, in one of them the users INSERT the data

and the other calculate them as the users click a button after the insertion.

its look like that... "Me.Ttkoofot.Requery" ( Ttkoofot=calculation
subform)

I want that the calculation will work after the user insert the data in the
first

subform, i tried to write "Me.Trashi.Ttkoofot.Requery" (Trashi=main form)

but it didn't work

thank you for helping me

yariv
 
On After Update event of that form where the user inserts the new data
try this
Forms!Trashi!Ttkoofot.Form.Recalc
 
hello svetlana,

i wrote requery insted of recalc, in your code and it's work

thanks again
 

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

Back
Top