I have a form with two subforms (3 tables, total).
Tables:
PI (patient information)
Referrals
Reports
The form displays PI at the top and then Referrals and Reports as subforms (see screenshot below)
In the current view, the form is displaying all referrals for patient #1 (1 referral available) and ALL reports regardless of whether it's tied to a referral or not. I'd like to create a button so that when clicked, it applies a filter to show ONLY reports that match the currently displayed ReferralID.
