A couple of ways to do it...
You can always access the parent form from the child, and have the child automatically send the values via a function call (a push scenario). Or create a delegate function that gets called based on events (a pull scenario).