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  

Inventory table into smaller tables or just one



 
 
Thread Tools Display Modes
  #1  
Old April 7th, 2009, 02:42 AM posted to microsoft.public.access.tablesdbdesign
drtaclem via AccessMonster.com
external usenet poster
 
Posts: 1
Default Inventory table into smaller tables or just one

I'm building a database for a construction database. The inventory items
will have a category (10+ types) and also a sub category (10+ types). Would
this be better to keep as one table, or break into smaller tables for each
category. If the user creates a new category I would then create a new table.
It seems to be easier to keep in one table. Am I correct in this assumption?

thanks

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...esign/200904/1

  #2  
Old April 7th, 2009, 03:10 AM posted to microsoft.public.access.tablesdbdesign
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Inventory table into smaller tables or just one

On Tue, 07 Apr 2009 01:42:47 GMT, "drtaclem via AccessMonster.com"
u50213@uwe wrote:

It seems to be easier to keep in one table. Am I correct in this assumption?


Absolutely. Your Categories table would have fields for Category and
Subcategory; you could use a "SELECT DISTINCT" query to create a combo box
(for example) displaying just one record for each category, and another query
referencing that combo box to create a dependent combo box showing only the
subcategories for the selected category.
--

John W. Vinson [MVP]
 




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


All times are GMT +1. The time now is 01:42 AM.


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