Need some more info, how do you go about opening the separate form? You should use something like:
Then on the button, in the "Click" event something like:
stLinkCriteria = "[IndexField]=" & Me![IndexField]
DoCmd.OpenForm stDocName, , , stLinkCriteria, , ,
(or in the field "GotFocus"...