OK, I have several controls on a parent form, along with a subform. The user enters data in the subform. Then when they click off the subform, I have code to validate their data. However, MS in its infinite wisdom, has chosen to not let the focus leave the subform until the user clicks another control on the parent form (instead of the parent form itself), which is very annoying for the user.
Basically all I want to do is validate the data in the subform before allowing the user to continue to the next control, even when the user clicks the parent form itself. Is this possible?