I have another post about another query question but same db...this is another Question 
Base:
3 tables linked like this:
Data Table 1 (tblInmatesProfile):
InmateID, Name, etc
Data Table 2 (tblInmateCases):
CaseID, InmateID, Branch, Crime, Etc
Data Table 3 (tblInmateHearings)
CaseID, HearingID, Hearings
Question
How would i filter the first table's data on the third tables Hearings field?
So i could choose a date and all records in the first table that has a record with that date (in the related table 3) would display?
Base:
3 tables linked like this:
Data Table 1 (tblInmatesProfile):
InmateID, Name, etc
Data Table 2 (tblInmateCases):
CaseID, InmateID, Branch, Crime, Etc
Data Table 3 (tblInmateHearings)
CaseID, HearingID, Hearings
Question
How would i filter the first table's data on the third tables Hearings field?
So i could choose a date and all records in the first table that has a record with that date (in the related table 3) would display?