I have setup a database in which is similar to checking in/out a library book. Everything is working fine except 1 very important query. I want to be able to run a query that shows me all items that are currently in inventory that are available to check out. It seems simple on the surface as I have a Date Issued and Date Return field in which dates are entered. But I cannot figure out how to setup the criteria or expressions to pull it how I want. If you use an "Is Null" criteria in the Date Issued field, it gives nothing in return as at one time it was issued, even though it has been returned and is available. If you use an "Is Not Null" in the Date Returned field, it gives back anything that has ever been returned even if it has been checked out again. I am sure there is a simple argument or criteria that can be setup but I have not found it yet. Any help would be appreciated.