Design/Logic Help
Hi All,
I need some advice on how to set this up but also another question about how I would like it to work on web application.
I will have a list of tools (each tool will have a # and a cost). So my table will look something like - ToolID, ToolName, Tool#, Cost.
But then allow on web application to allow a user to create a tool build which is something that contains multiple tools. So tool build#1 my contain tools (#1, #5, #7, #8)...and in tool build#2 my contain tools (#1, #5, #11, #24). Each build will also contain a qty so in toolbuild#1, it may take 2-#1 tools. So would the table look something like - ToolBuildID, ToolID, BuildName, Qty? And if yes, do you know of any example of how this type of logic would work on web application? (user would create a toolbuild record from tools) 
Thanks for any advice/help!
Rebelle, March 12th, 2009 12:49 AM
Bookmarks