I'm building a database for work that keeps tabs on checks employees are doing. I can build a query showing the activity of each employee. However, when I'm doing a search of dates (I use the BETWEEN command), It will find everyone that has activity. If there is no activity, there is nothing to search for if there is no activity. I need all employees listed with the number of checks done. If someone has no activity, I need it to show "0." I'm having a hard time figuring this out.