I'm trying to build an inventory database. I have items that will be checked out and returned. I have the inventory based on and issued date and a returned date. I'm having a problem when an item is returned, it will show up as returned. When it is reissued, it's showing twice in my query. This throws my inventory off. Any suggestions?