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  

Creating Action Items with several one-to-manies - need design advice



 
 
Thread Tools Display Modes
  #1  
Old January 5th, 2006, 06:54 PM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Creating Action Items with several one-to-manies - need design advice

How should I design the tables/queries?

I have an action item list that I want to put into access but it isn't always
one line per action item, not sure how to set it up, below is an example:


Action Item 1:
Building Improvements

Action Item 2:
Paint the building

Action Item 3:
Choose color Duration: month Cost: none
Leader: John
Hire contractor Duration: month Cost: none
Leader: John

And the next record could be like:

Action Item 1:
Implement Sales Strategy

Action Item 2:
Decide strategy Duration: month Cost: 1000
Leader: John
etc,

Action Item 3
empty

______________
Duration, cost, leader can be under lvls 1, 2 or 3

Please advise,

Thanks!
  #2  
Old January 5th, 2006, 08:08 PM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Creating Action Items with several one-to-manies - need design adv

Always design tables first. Don't worry about queries until you have set up
your tables, and normalized them.

It sounds as if you need a table to list projects, and another table that
will list the actions to accomplish those projects.

The project table will have a primary key, probably an autonumber, that will
uniquely identify the project. The Action table will have a primary key
(autonumber), that will uniquely identify the actions. The Action table will
also include a field that will link back to the project table (use
relationships), and identify which action goes with which project. You will
set up various fields in each table. The Project table will probably include
leader and text fields, the Action table will probably include duration and
cost fields. You may want to include a Finish Date in the Action table.

Once you have set up these tables, then you can design queries and forms
that will allow you to input data, and reports so that you can print out what
is happening.

"christine@milton" wrote:

How should I design the tables/queries?

I have an action item list that I want to put into access but it isn't always
one line per action item, not sure how to set it up, below is an example:


Action Item 1:
Building Improvements

Action Item 2:
Paint the building

Action Item 3:
Choose color Duration: month Cost: none
Leader: John
Hire contractor Duration: month Cost: none
Leader: John

And the next record could be like:

Action Item 1:
Implement Sales Strategy

Action Item 2:
Decide strategy Duration: month Cost: 1000
Leader: John
etc,

Action Item 3
empty

______________
Duration, cost, leader can be under lvls 1, 2 or 3

Please advise,

Thanks!

 




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
Design advice hughess7 General Discussion 1 May 20th, 2005 02:31 PM
advice for form and table design Kelly New Users 2 April 26th, 2005 10:14 PM
design advice Willy T Database Design 2 September 20th, 2004 07:50 AM
Design advice, please. Stephen Glynn New Users 11 June 22nd, 2004 09:32 PM
Table design question - advice needed David Database Design 3 June 8th, 2004 02:21 AM


All times are GMT +1. The time now is 02:46 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.