A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Product costing



 
 
Thread Tools Display Modes
  #1  
Old July 17th, 2004, 11:03 AM
Bronjd
external usenet poster
 
Posts: n/a
Default Product costing

Quite simply, I want to 'design' a database that will keep track of the cost of individual items so that I will know what to charge when I sell items made up from those purchased items. There does not appear to be such a database template within MS Office XP.
  #2  
Old July 17th, 2004, 06:38 PM
tina
external usenet poster
 
Posts: n/a
Default Product costing

suggest three tables:

tblItems
ItemID (primary key)
ItemName

tblParts
PartID (primary key)
PartName
PartCost

tblItemParts
ItemID (foreign key from tblItems)
PartID (foreign key from tblParts)
Quantity
use the two fields together to make a combination primary key.

use a query to multiply the Quantity of each part used for a specific item X
the PartCost. you can sum the cost of all the item-parts for a specific item
directly in a form or report.

hth


"Bronjd" wrote in message
...
Quite simply, I want to 'design' a database that will keep track of the

cost of individual items so that I will know what to charge when I sell
items made up from those purchased items. There does not appear to be such a
database template within MS Office XP.


  #3  
Old July 21st, 2004, 07:13 AM
Epicpic
external usenet poster
 
Posts: n/a
Default Product costing

Thank you, Tina, as things turned out, I had the answer, anyway but was thinking too deeply about the problem I posted. Thank you again.
--
Noel J. Devlin


"tina" wrote:

suggest three tables:

tblItems
ItemID (primary key)
ItemName

tblParts
PartID (primary key)
PartName
PartCost

tblItemParts
ItemID (foreign key from tblItems)
PartID (foreign key from tblParts)
Quantity
use the two fields together to make a combination primary key.

use a query to multiply the Quantity of each part used for a specific item X
the PartCost. you can sum the cost of all the item-parts for a specific item
directly in a form or report.

hth


"Bronjd" wrote in message
...
Quite simply, I want to 'design' a database that will keep track of the

cost of individual items so that I will know what to charge when I sell
items made up from those purchased items. There does not appear to be such a
database template within MS Office XP.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sum data together based on Header Product Description Jay Worksheet Functions 4 July 16th, 2004 08:48 AM
Product Key for Office Products Kelly General Discussions 1 June 9th, 2004 05:43 PM
Upgrade 03 Trial to Full Tom Publisher 2 June 4th, 2004 12:18 AM
Problems With Product Key.. Help. Derek Setup, Installing & Configuration 2 May 7th, 2004 01:00 AM
finding related cells terry Worksheet Functions 1 March 8th, 2004 02:17 PM


All times are GMT +1. The time now is 10:10 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.