Save the active record on other form

  • Thread starter Thread starter Arni Laugdal
  • Start date Start date
A

Arni Laugdal

Hi,
I have two forms open and must save the active record on form-A by hitting a
button on form-B.
Do you have some idea how this can be done?
Thank you all.
 
Arni Laugdal said:
Hi,
I have two forms open and must save the active record on form-A by hitting
a
button on form-B.
Do you have some idea how this can be done?
Thank you all.

In the OnClick event for your button:

Forms!Form-A.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

Back
Top