C
clove04
Hi,
I'm trying to set up a good table structure and am not sure what will
be best. I have on an annual basis maybe 200 records that track budget
planning expenses as planned, expenses as disbursed and historical
expenses. At any one time, one record can only be Official, Proposed,
or Historic.
The goal is to compare the most recent approved (Official) quarterly
budgeted amount to the amount proposed (Proposed) - once all parties
agree to the proposed amount. Official is "O" and Proposed is "P"
Project Official_Q1, O_Q2, O_Q3, O_Q4, O_Tot, ProposedQ1, P_Q2,
P_Q3, P_Q4, P_Tot
Once the proposed budget is agreed upon, the Official status will be
changed to Historic, the Proposed will change to Official and the next
round of changes will use the same data as the Official data with a
revised status of Proposed.
My first thought was to have a table with Official, Proposed and
Historic data so that a query could pull official and proposed data
into one query result that could be used for the main form. Over time,
the Historic table would grow yet the Official and Proposed tables
would seldom exceed about 200 records.
I'm new to the design side - does this make sense or would I be better
of with one larger table and one filed used to distinguish the Status
of Official, Proposed or Historic?
Any insights are appreciated -
Thanks!
Chip
I'm trying to set up a good table structure and am not sure what will
be best. I have on an annual basis maybe 200 records that track budget
planning expenses as planned, expenses as disbursed and historical
expenses. At any one time, one record can only be Official, Proposed,
or Historic.
The goal is to compare the most recent approved (Official) quarterly
budgeted amount to the amount proposed (Proposed) - once all parties
agree to the proposed amount. Official is "O" and Proposed is "P"
Project Official_Q1, O_Q2, O_Q3, O_Q4, O_Tot, ProposedQ1, P_Q2,
P_Q3, P_Q4, P_Tot
Once the proposed budget is agreed upon, the Official status will be
changed to Historic, the Proposed will change to Official and the next
round of changes will use the same data as the Official data with a
revised status of Proposed.
My first thought was to have a table with Official, Proposed and
Historic data so that a query could pull official and proposed data
into one query result that could be used for the main form. Over time,
the Historic table would grow yet the Official and Proposed tables
would seldom exceed about 200 records.
I'm new to the design side - does this make sense or would I be better
of with one larger table and one filed used to distinguish the Status
of Official, Proposed or Historic?
Any insights are appreciated -
Thanks!
Chip