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  

workplan table ?



 
 
Thread Tools Display Modes
  #1  
Old November 25th, 2008, 10:05 AM posted to microsoft.public.access.tablesdbdesign
SF[_3_]
external usenet poster
 
Posts: 90
Default workplan table ?

Hi,

I have a small db for my project. I have a project table (tblProject with
ProjectID, ProjectName, Location...). I want to incorporation each project
worlplan with project table but I don't agree myself with the structure.
Normally, the workplan is having format below

Project Name: XXXXXXXXXXXX

JANUARY FEBRUARY
Activity W1 W2 W3 W4 W1 W2 W3`W4

Monthly meeting x x
Field Visit x
x
..... ... ...

I would appreciate if someone could advice on the table straucture.

SF


  #2  
Old November 25th, 2008, 01:54 PM posted to microsoft.public.access.tablesdbdesign
Tom van Stiphout[_2_]
external usenet poster
 
Posts: 1,653
Default workplan table ?

On Tue, 25 Nov 2008 17:05:40 +0700, "SF" wrote:

Rather than weeknumbers I might want to work with dates. Dates can be
converted to weeknumbers on the fly:
?format$(Date,"yyyy-ww")
2008-48

tblActivity
ActivityID PK
ActivityName UIDX

tblWorkplan
WorkDate PK
ActivityID PK
ProjectID PK

If workplan is a FK in several other tables, you may want to do a
surrogate key WorkplanID auto PK, and then have a UIDX over the three
fields shown.

-Tom.
Microsoft Access MVP


Hi,

I have a small db for my project. I have a project table (tblProject with
ProjectID, ProjectName, Location...). I want to incorporation each project
worlplan with project table but I don't agree myself with the structure.
Normally, the workplan is having format below

Project Name: XXXXXXXXXXXX

JANUARY FEBRUARY
Activity W1 W2 W3 W4 W1 W2 W3`W4

Monthly meeting x x
Field Visit x
x
.... ... ...

I would appreciate if someone could advice on the table straucture.

SF

 




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 12:48 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.