I tried the following example and it returned 0 rows. Any suggestions?
SELECT Demographics.Last_Name, Demographics.First_Name, Event_Cath.Cath_Number, Demographics.Patient_ID, Event_Cath.Account_Number, Event_Cath.Date_of_Cath
FROM Demographics INNER JOIN Event_Cath ON...