Save record in different form

D

David Chase

I have a parent/subform form which opens a 2nd form. That 2nd form sends
changes back to the 1st forms subform. How can I issue a save to the record
in the subform from the 2nd form? Thank you.

David
 
R

Rick Brandt

David Chase said:
I have a parent/subform form which opens a 2nd form. That 2nd form sends
changes back to the 1st forms subform. How can I issue a save to the record
in the subform from the 2nd form? Thank you.

Try. . .

Forms!NameOfMainForm!NameOfSubformControl.Form.Dirty = False
 

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

Top