I have a table of patient details with some that will appear more than once.
I need a query that will only bring back those that appear more than once, and show the results in the relating report.
A normal SELECT statement I have used to filter the results brings back ALL of the patients from the table, which I would expect. But I am stuck on where to only bring those back that appear more than once.
Thanks in advance if you can help me.
I need a query that will only bring back those that appear more than once, and show the results in the relating report.
A normal SELECT statement I have used to filter the results brings back ALL of the patients from the table, which I would expect. But I am stuck on where to only bring those back that appear more than once.
Thanks in advance if you can help me.