Hi
How do I change a control from within a called subform? Or how do I return an argument to the calling form?
Ive tried in the subform with »Me.Parent!control«, »Me!Parent!control«, »Forms!Formname!control«. Nothing worked.
Then I tried getting the OpenArgs after the oppening with
»DoCommand.OpenForm "ufSubform", OpenArgs:=Params«,
but OpenArgs ist Null and Params contains only what it had before the open of the subform.
Thanks for your help