Data is like below
RefID - Date
A1 - 01/01/2016
A2 - 01/01/2016
A1 - 02/01/2016
A3 - 02/01/2016
A1 - 03/01/2016
etc
The output I would like is 1, as in only 1 RefID (A1) which occurs more than once.
And then to complicate this, there are many tables ie Fault_Report1, Fault_Report2 etc like this and I would like to know how to know how many are greater than 1 in Total for all Tables.
Regards Lee
RefID - Date
A1 - 01/01/2016
A2 - 01/01/2016
A1 - 02/01/2016
A3 - 02/01/2016
A1 - 03/01/2016
etc
The output I would like is 1, as in only 1 RefID (A1) which occurs more than once.
And then to complicate this, there are many tables ie Fault_Report1, Fault_Report2 etc like this and I would like to know how to know how many are greater than 1 in Total for all Tables.
Regards Lee