Save Record Question

D

Dave Elliott

I have a pop-up form named frmJobDescription that opens from my main form
named TimeCards
I need the main form to auto save after this pop-up form closes.
How can I do this?
Thanks,
 
A

Allen Browne

In the Close event procedure of the popup form, set the Dirty property of
the other form to no:

Forms!frmJobDescription.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