lespritdelescalier
Registered User.
- Local time
- Yesterday, 16:48
- Joined
- Mar 16, 2015
- Messages
- 50
Hey all,
I'm kind of stumped with this one. I have a parent form which is being refreshed from another module using the following:
Immediately after the line of code above, the code jumps to a LostFocus event on a child form belonging to frmParent. frmChild is in datasheet view, if that makes any difference.
Is there a reason why it's executing this code? It's not trying to execute any other LostFocus events on the child form.
Thanks!
I'm kind of stumped with this one. I have a parent form which is being refreshed from another module using the following:
Code:
frmParent.Refresh
Immediately after the line of code above, the code jumps to a LostFocus event on a child form belonging to frmParent. frmChild is in datasheet view, if that makes any difference.
Is there a reason why it's executing this code? It's not trying to execute any other LostFocus events on the child form.
Thanks!