Re: Please suggest relationships model
- From: "Gina Whipp" <NotInterested@xxxxxxxxxxxxx>
- Date: Fri, 27 Jul 2007 16:37:43 -0400
Moe,
Below is a few links to help you get started... Please note, this FREE
newsgroup provided by Microsoft would NEVER dream of charging you. Everyone
(well almost everyone) VOLUNTEERS their time to provide FREE support and
assistance.
Ms Access Fundamentals: http://www.functionx.com/access/
Samples downloads: http://www.rogersaccesslibrary.com/TableOfContents3.asp
Code, sample downloads, sample coding (I love this site):
http://www.mvps.org/access/
Data model samples: http://www.databasedev.co.uk/data_models.html
--
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II
"Moe" <henriquezmoi@xxxxxxxxxxx> wrote in message
news:4741BC76-878E-49A2-9FAA-9AF95E42F1F8@xxxxxxxxxxxxxxxx
What I need to do:
I have some rather expensive inventory items that I need to keep track of.
These are to be used in several projects (jobs).
I'm trying to design a simple database to help me keep track of where
everything goes, so I can bill the right job for the right products.
More Details:
Inventory items have an ID, and description. I need to know how many of
each
item I still have remaining.
Jobs have unique ID numbers (I dont want to use autonumber for this).
I was thinking maybe I could design something that would sort of do
transactions.
Assign a transaction ID (Autonumber is ok), A date, a project # (job#)
and how many of each of the inventory items were transfered on that date,
or
transaction.
I did a little designing, and came up with three tables.
Inventory
|_ ID
|_ Description
|_ Quatntity on hand (??)
Jobs
|_ ID
|_ Address
Transactions
|_ ID (autonumber ok)
|_ Date
|_ Quantity
|_ Description
Can someone suggest an efficient relationships model to make this work?
Thanks in advance
--
Moe
.
- Follow-Ups:
- Re: Please suggest relationships model
- From: Steve
- Re: Please suggest relationships model
- Prev by Date: Re: Please suggest relationships model
- Next by Date: Re: Please suggest relationships model
- Previous by thread: Re: Please suggest relationships model
- Next by thread: Re: Please suggest relationships model
- Index(es):