Parent form has field P, subform has field S.
In the subform, i set the DefaultValue property of S = [Forms]![Parent]![P].
In a new record, i enter a value in P, but that value doesnt appear in S.
In what event do I need to fire off what? a Refresh?