BallunarCrew
Programmer
I have a tabbed form that displays patient data. I have a sub-form on one of the tabs that displays exam data for the selected patient. I have a requirement to display three exams at a time for the patient. I can put the sub-form in the tab 3 times and it shows the same exam for the patient three times. We want to have it display three different exams and when the user clicks the Next Record button on one sub-form (or maybe it is a Next Record button that is on the main form) it moves to the next record on all three. It would display exams 1,2 and 3 then 2, 3 and 4, then 3, 4, and 5, etc. I have a prgramming idea in mind but am wondering if there is some magic that Access has, that I just don't know about, to do this before I re-invent the wheel.
Thanks
Thanks