Have you tried (substitute names for yours) something like
this?...
If Me!subformControlName.Form.Dirty = True Then
Whatever
End If
However, I can't picture how you could leave the subform and
perform an action that would trigger an event on the main
form without forcing the subform record to update as you
leave unless it would be the Main form's GotFocus event.
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.