Hmm... I'm going to run the query through Navicat, it'll allow me to immediately see result set. I think the Group BY along with COUNT and HaVING are going to work for me.. .just need to be sure...
yup... that does work! (at least when testing with just a few records). My problem was simply the <= operator, really needed to just be <
I'm going to load up the tables with more records and see if results are as expected.
Thanks for tremendous help