So the users table has 33 individuals.
When I run my query it only pulls 29 individuals.
I have found that the reason is because in 1 table 4 users dont exist because they have no records or statistics in that table. My join is already set to show all users in the users table and matching records from the stats table but it will not show the 4 users for anything.
Also have to take into affect that the criteria is searching for a specific month in that table. If i run it for February it works fine, if I run it for April 4 users are missing because they have no stats for April.
Any ideas on show their username even if they dont have data in the stats table?
Thanks again
When I run my query it only pulls 29 individuals.
I have found that the reason is because in 1 table 4 users dont exist because they have no records or statistics in that table. My join is already set to show all users in the users table and matching records from the stats table but it will not show the 4 users for anything.
Also have to take into affect that the criteria is searching for a specific month in that table. If i run it for February it works fine, if I run it for April 4 users are missing because they have no stats for April.
Any ideas on show their username even if they dont have data in the stats table?
Thanks again