thinbuddha
Technical User
I have built a library tracking system made up of 2 databases:
The INFORMATION database has all the information of each element in the library
The LOCATION database has the information of where each element is, and where it has been.
The location database has several entries tied to each entry in the information database. What I want to do is be able to search and find all elements that are currently at a given location- but when I try to search for that location, it gives me elements in my result that were at the location at any time- even if it is currently somewhere else.
Help!
The INFORMATION database has all the information of each element in the library
The LOCATION database has the information of where each element is, and where it has been.
The location database has several entries tied to each entry in the information database. What I want to do is be able to search and find all elements that are currently at a given location- but when I try to search for that location, it gives me elements in my result that were at the location at any time- even if it is currently somewhere else.
Help!