Re: Archiving records question
- From: "Joan Wild" <jwild@xxxxxxxxxxxxxxxx>
- Date: Mon, 29 Jan 2007 16:14:46 -0500
Just store the price in the Item Details table. This isn't redundant, as
you are storing the price *as it was at the time you selected it*. If you
look in the Northwind Sample database, they show how this is done in the
Order Details table and form, where the user selects the product, and the
current price is automatically stored along with the product in the Order
Details table.
--
Joan Wild
Microsoft Access MVP
"Slez via AccessMonster.com" <u23064@uwe> wrote in message
news:6d06251ef0f3b@xxxxxx
I'm debating (with myself) whether or not to archive records in a database
and would like to hear opinions on what others may have done, or what
others
may think is best for my situation. I need to explain what I'm trying to
achieve.
I manage a database that we use for estimating projects. It's a fairly
basic
structure:
(1) Project > (Many) Items > (Many) Item Details
One of the fields in Item Details is "ProductDescription" wher users can
select from another table called Product. Each record in that table has
an
associated UnitCost.
So ultimately there is one record in the Product table related to many in
the
Item Details table.
Periodically, as with any business, UnitCost of a given Product is
adjusted.
This in turn changes the amount for a project because the Products
selected
change in cost.
My thought is that in order to "lock in" the UnitCost as products are
selected and added to the items on projects, I'd need to append these to
another table or even another database. Does that sound logical, or is
there
a better way to lock these prices in once selected?
Any thoughts or suggestions are appreciated?
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-tablesdbdesign/200701/1
.
- Follow-Ups:
- Re: Archiving records question
- From: Slez via AccessMonster.com
- Re: Archiving records question
- References:
- Archiving records question
- From: Slez via AccessMonster.com
- Archiving records question
- Prev by Date: Re: Archiving records question
- Next by Date: Re: Archiving records question
- Previous by thread: Re: Archiving records question
- Next by thread: Re: Archiving records question
- Index(es):
Relevant Pages
|