I would like to use Access to keep track of equipment as it is checked in and out of a lab. This would be similar to tracking books checked out in a library - in that I would like to display if equipment is "in" or "out"
The equipment wouldn't have a specific name, so that is where the difficulty lies. Essentially, I would like to create a database that stores the number of items in my lab inventory (ie, 30 brooms, 10 shovels, etc.) and then I could click a button to "check out" items (such as 3 brooms) to a specific employee. The total number of items in the lab would then be reduced to show what is in house.
I'm thinking I can design it so that there is a table for "lab" and each employee.
My question, then, is can I shuffle items between tables as they are moved around? So that it always knows I have 10 shovels, even if only three are in the lab and 7 are out with various employees? Any ideas?
The equipment wouldn't have a specific name, so that is where the difficulty lies. Essentially, I would like to create a database that stores the number of items in my lab inventory (ie, 30 brooms, 10 shovels, etc.) and then I could click a button to "check out" items (such as 3 brooms) to a specific employee. The total number of items in the lab would then be reduced to show what is in house.
I'm thinking I can design it so that there is a table for "lab" and each employee.
My question, then, is can I shuffle items between tables as they are moved around? So that it always knows I have 10 shovels, even if only three are in the lab and 7 are out with various employees? Any ideas?