A Charter is the project. The project has many different aspects and
elements that differ from each other yet are still part of the Charter.
The Charter! Table has basic information about the Charter and is only (1)
record in the Charter! Table. It is identified by [Charter_ID].
Each Charter has several Activities that relate directly to the Charter.
Each Activitiy is different but is still part of only (1) Charter. Each
Activity is identified by the [Activity_ID] and relates directly to the
[Charter_ID].
Each Activity can have several Data requirements that relate directly to an
Activity and the Charter. Each Data requirement is different and is part of
an Activity which is part of the Charter. Each Data requirment is identified
by [Data_ID] that relates to [Activitiy_ID] and both [Data_ID] and
[Activity_ID] are part of the Charter and directly related to [Charter_ID].
A Charter (the project) consists of:
Charter basic information: [Charter_ID] = only (1) record
Several Activities: [Activity_ID] = many records
Several Data requirements: [Data_ID] = many records under only (1)
[Activity_ID]
On the Tabbed From there are (3) Different Forms, Charter, Activity and
Data. Once the user enters the new Charter basic information and continues
to the Activities, they should be able to retain the new Charter_ID and Add
several Activities. They should then be able to Add new Data requirements
(records) under a specific Activity that relates to a specific Charter.
Thanks
--
Your guidance is greatly appreciated!
"(E-Mail Removed)" wrote:
> On Aug 27, 5:14 pm, Apprentice <Apprent...@discussions.microsoft.com>
> wrote:
> > Sorry, here are the table descriptions:
> >
> > Charter!
> > [Charter_ID] - Primary Key No Dups
> > ... and several other fields "Leader, subject, Division, due date etc".
> >
> > Activity!
> > [Activity_ID] - Primary Key Dups ok
> > [Charter_ID] - Primary Key Dups ok
> > ... and several other fields "Activitiy Responsibility, assignment date, due
> > date etc."
> >
> > Data!
> > [Data_ID] - Primary Key Dups ok
> > [Activity_ID] - Primary Key Dups ok
> > [Charter_ID] - Primary Key Dups ok
> > ... and several other fields "Data type, collection method, presentation
> > type, etc."
> > --
> > Your guidance is greatly appreciated!
> >
> Okay, now we're getting somewhere. How are Charter, Activity and Data
> related? Think in terms of [noun] [verb] [noun] for example...
> Each Charter consists of one or more Activities.
> Each Activity can belong to only one Charter.
>
> Sounds like I'm being nitpicky, I'm sure, but if you can't articulate
> what your database is about, you can't tell if it is structured
> correctly. And if it's not, you can't get answers out of it... and
> what's the use in that?
>
>
|