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 a relationship between data fields



 
 
Thread Tools Display Modes
  #1  
Old March 12th, 2009, 05:34 PM posted to microsoft.public.access.tablesdbdesign
lmichco
external usenet poster
 
Posts: 1
Default Creating a relationship between data fields

I have designed a database that tracks various stages of a process. Within
each stage there are multiple dates and comments that are tracked. For some
reports I need to show all of the dates and comments for all of the stages,
for other reports I only need to show the dates and comments associated with
the most current stage. How do I design the database to allow this to occur?
Right now I have all of my information coming from one table.
  #2  
Old March 12th, 2009, 05:54 PM posted to microsoft.public.access.tablesdbdesign
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Creating a relationship between data fields

I assume you have a "process" table. I would also have a stages table and
possibly substages.

You could then use a process vs stage table that would store one record per
process per stage. Every stage of every process would create a new record in
this table.

--
Duane Hookom
Microsoft Access MVP


"lmichco" wrote:

I have designed a database that tracks various stages of a process. Within
each stage there are multiple dates and comments that are tracked. For some
reports I need to show all of the dates and comments for all of the stages,
for other reports I only need to show the dates and comments associated with
the most current stage. How do I design the database to allow this to occur?
Right now I have all of my information coming from one table.

 




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 09:00 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.