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  

Design/Concept support please



 
 
Thread Tools Display Modes
  #1  
Old March 7th, 2006, 02:52 PM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Design/Concept support please

Hi,

I'm fairly new and am seeking some tips on setting up a new database
that needs to capture similar quarterly planning dollars at 3 different
points in time or Status (my idea so far) - these three would be
Historic, Official and Proposed.

I have one table with the Historic data that contains
Region, Project, P_Type, Sub_Project, Q1, Q2, Q3 and Q4

My first step was going to be add Funding_Date and Funding_Status and
try and keep all data in one table - but that would not be good design
and would be limitong on using forms to compare Funding_Status
(Historic, Official and Proposed) on one form. This comparison is a
necessary feature to help identify what dollars are changing and at
what point in time and in what quarter.

I know I need to create at least one new table but what is throwing me
off is a process that will be needed - when the Proposed plan is
approved, the status will be changed to Official. Prior to clicking
the button to update this value, I want the Official data changed to
Historic (update qry), and for any subsequent changes, the Historic
value needs to be unique/changed or something to diiferentiate between
different data sets. I am not able to get the concept of how to change
one of the historic data sets by either incrementing the Historic value
(Historic + Date) or (Historic plus new field of autonumber) or
something I'm not thinking of. Any ideas, relatively easy, as to how
to increment this Historic set so there can be multiple sets would be
great.

At the end of a year, of the possible 5-6 data sets, 4-5 would be
Historic, one would be Official and in an ideal world, there would not
be a Proposed once all the planning data acted on. Since few of us are
in this perfect world, of 6 data sets, I'd say 4 data sets would be
Historic, 1 Official and 1 Proposed.

Thanks for any advice!

Chip

  #2  
Old March 7th, 2006, 03:21 PM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Design/Concept support please

A quick way to design this would be:

tbl_Projects
ProjectID (PK)
ProjectInfo, etc.

tbl_Planning
PlanningID (PK)
ProjectID
Date
HistoricMoney
OfficialMoney
ProposedMoney

However, if you need to keep any other information about the funding of
historic, offical and proposed, you could keep the tbl_Projects, and have
these tables:

tbl_Planning
PlanningID (PK)
ProjectID
Date
HistoricMoneyID
OfficialMoneyID
ProposedMoneyID

tbl_HistoricMoney
HistoricMoneyID (PK)
HistoricMoneyInfo, etc.

tbl_OfficialMoney
OfficalMoneyID (PK)
OfficalMoneyInfo, etc.

tbl_ProposedMoney
ProposedMoneyID (PK)
ProposedMoneyInfo, etc.

These would allow you to have specific information about the various moneys
that could be updated in the various quarters, without losing that specific
information from a previous quarter. It is possible to make a real monster
of a database, depending on how much information you really want to store and
process. If all you want to do is update fields without keeping historical
information, you might as well use a spreadsheet or a whiteboard.

"Chipster" wrote:

Hi,

I'm fairly new and am seeking some tips on setting up a new database
that needs to capture similar quarterly planning dollars at 3 different
points in time or Status (my idea so far) - these three would be
Historic, Official and Proposed.

I have one table with the Historic data that contains
Region, Project, P_Type, Sub_Project, Q1, Q2, Q3 and Q4

My first step was going to be add Funding_Date and Funding_Status and
try and keep all data in one table - but that would not be good design
and would be limitong on using forms to compare Funding_Status
(Historic, Official and Proposed) on one form. This comparison is a
necessary feature to help identify what dollars are changing and at
what point in time and in what quarter.

I know I need to create at least one new table but what is throwing me
off is a process that will be needed - when the Proposed plan is
approved, the status will be changed to Official. Prior to clicking
the button to update this value, I want the Official data changed to
Historic (update qry), and for any subsequent changes, the Historic
value needs to be unique/changed or something to diiferentiate between
different data sets. I am not able to get the concept of how to change
one of the historic data sets by either incrementing the Historic value
(Historic + Date) or (Historic plus new field of autonumber) or
something I'm not thinking of. Any ideas, relatively easy, as to how
to increment this Historic set so there can be multiple sets would be
great.

At the end of a year, of the possible 5-6 data sets, 4-5 would be
Historic, one would be Official and in an ideal world, there would not
be a Proposed once all the planning data acted on. Since few of us are
in this perfect world, of 6 data sets, I'd say 4 data sets would be
Historic, 1 Official and 1 Proposed.

Thanks for any advice!

Chip


 




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
Best vCard mobile phone support and syncronization Oxygen Software Contacts 0 December 21st, 2005 04:58 PM
Convince Qwest-DSL MSN Premium to support Microsoft Office Hm/Offi April Miller General Discussions 2 November 15th, 2005 03:40 PM
Does Microsoft still support Access 2000? Stacey Baker General Discussion 14 June 24th, 2005 07:07 AM
How Microsoft Office Tech Support (In Reality Convergys of Ohio) is a Miserable Failure and Oxymoron Chad Harris General Discussions 0 May 29th, 2004 09:54 AM
Two versions again-language issue Otto Setup, Installing & Configuration 3 May 28th, 2004 04:57 AM


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