I have a form based on a query that shows records stored in it. I want to make a link on the form so that when the link is clicked it takes you to the specific record in the original form.
I have managed to do this on other forms by creating a command button that opens the required form, but...