Subform - record

Hi, I have tried several codes, but… I have a subform xy and have set Currform.xy. From there I want to go to a related form, depending on the line, where the user stands. But every time the subform goes to the first record. How can I get to the desired line? Michael

You make a function on your subform from where you call the related form, depending on the REC-variable. You can call this function through your original form by Currform.xy.FORM.function