I need to do a bit complex stuff with several forms used for both viewing and entering data... what I need is like this:
I have a main form with a list of patients and a number of buttons all leading to different forms all partaining to various examinations...
there is a patients table and a separate table for every different exam...
What I want is to be able to select a patient in the first form that is listed in table form and click a button...
the button opens the second form that has the main form listing all exams performed for that specific exam that was clicked, but with a filter to show only exams done on the preselected patient...
I have very little knowledge about macros/sql... most of my stuff is done with help from here and the macros I find online... I don't have enough knowledge to write them myself, so I'm asking here for help

thanks in advance!