| | |
Design help plz
Please support our Database Design advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Sep 2007
Posts: 18
Reputation:
Solved Threads: 0
Hi all. My first post here. I would like to know if someone can give me some advice on how to model inventory that comes in and goes out and then comes back in again. The inventory is basically loaned out and then returned and re-loaned out again.
I can't model this correctly for some reason. What I would like is to also keep a history of the people that have been loaned this equipment.
Any help would be greatly appreciated.
Tom
I can't model this correctly for some reason. What I would like is to also keep a history of the people that have been loaned this equipment.
Any help would be greatly appreciated.
Tom
•
•
Join Date: May 2007
Posts: 38
Reputation:
Solved Threads: 1
An Inventory table with the item_id,item_description
A loans table which will contain the item_id of items that have been loaned out, the date out, the return date, and any other info u need, you could also put the customer details in here or even beter in a different customers table.
A loans table which will contain the item_id of items that have been loaned out, the date out, the return date, and any other info u need, you could also put the customer details in here or even beter in a different customers table.
My current Project www.footystat.com
![]() |
Similar Threads
- can someone plz help me with this? (Visual Basic 4 / 5 / 6)
- I NEED SUPPORT **"IMPORTANT"** PLZ HELP (Windows NT / 2000 / XP)
- Image Editing Help Required. ( Graphic Desingning Guru's Plz share your knowledge ) (Graphics and Multimedia)
- SPOT INTERACTIVE is a London based web design firm (Web Development Job Offers)
- SPOT INTERACTIVE is a London based web design firm (Web Development Job Offers)
- website design webdevelopment, buy text links and sell text links (Post your Resume)
- Program design (help) (C++)
- New Design! (DaniWeb Community Feedback)
- Working on new design (DaniWeb Community Feedback)
Other Threads in the Database Design Forum
- Previous Thread: SQL Query Analyzer Problem
- Next Thread: web based datbase question about email
| Thread Tools | Search this Thread |





