I cannot get this work. Maybe it's not possible. I'll try to explain it and hopefully someone can figure this out.
I have a table with 200 intersections in it. So my Intersection Form has 200 records. I have a crashes table with several crashes I want to link to each intersection making 2000 crash records in my Crashes Form. Now... When I have my Intersection Form open I can navigate to say record 10. The intersection of 5th and Maple and I know that over the years it's had 20 crashes. On the Intersection form I have a button that when I click it, it opens the Crashes Form. But when the Crashes Form opens it doesn't just show me 20 records for 20 crashes for the intersection of 5th and Maple. It shows me 2000 records for all the intersections and starts at record 1 of 2000.
How do I get the form to show just the 20 crashes for that specific intersection instead of all the crashes for all the intersections?
Is it a relationship thing? Can this even be done?
Thoughts anyone?