V
vandy
Hello Everyone,
I have a system that has to track the movement of tools from in and out of
the stores.
Borrower Details:
tblname: id-PK,name,department
tbltoolmaster
ToolID-PK
Toolno
ToolDesc
Location
tbltooltransaction
Tranid-PK
TrantoolID - FK
NameID - FK
DateTaken
DateReturned
what i am attempting to do is for every tool borrowed from the tool store i
need to be able to record the date taken and date returned.
If the date returned is not null - Tool is Available
Once the tool is burrowed by a person A on a given date than the status
should be updated to loaned and when he returns it should be updated to
available.
How do i do this .Do i store status in tbltoolmaster. how to update this
with every transaction ?
In the end of the day i should be able to account for how many tools are
loaned and how many are available in the store and who burrowed them.
how do i accomplish this. I would really appreciate your inputs .
thanks for your patience in reading this post.
I have a system that has to track the movement of tools from in and out of
the stores.
Borrower Details:
tblname: id-PK,name,department
tbltoolmaster
ToolID-PK
Toolno
ToolDesc
Location
tbltooltransaction
Tranid-PK
TrantoolID - FK
NameID - FK
DateTaken
DateReturned
what i am attempting to do is for every tool borrowed from the tool store i
need to be able to record the date taken and date returned.
If the date returned is not null - Tool is Available
Once the tool is burrowed by a person A on a given date than the status
should be updated to loaned and when he returns it should be updated to
available.
How do i do this .Do i store status in tbltoolmaster. how to update this
with every transaction ?
In the end of the day i should be able to account for how many tools are
loaned and how many are available in the store and who burrowed them.
how do i accomplish this. I would really appreciate your inputs .
thanks for your patience in reading this post.