C
Chip
Howdy from Oklahoma!!
I am new to ACCESS and VB for that matter but i am trying
to build a set of forms to show a Project funding and
debits (or outgoing costs) for the Project. So i have a
table (tbl_projhead) with the general project information
including a field for the overall funding amount
(ProjFunding). Now i also have a table of the Project Line
Items (tbl_ProjDetail) that is the breakout of the project
costs (like labor, materials, insurance). And for each
Line-Item I have another table of debits (tbl_ProjDebits)
that subtract out the items. For Example: Project ABC is
funded for $1000 (ProjFunding) and it has a line-item of
materials that has debits of $120, $180 for an overall
calculated cost of $300 for materials for project ABC.
Now comes the fun part!! I need to be able to show the
calculated cost of materials on the Main Form that shows
the General Information for Project ABC. The cost is
figured from another table and i have heard that it is not
a good idea to save calculated feilds in the database.
What can I do?? I am at a Loss...
Any Help would be graetly appreciated!!!
And THANKS IN ADVANCE!!!!
I am new to ACCESS and VB for that matter but i am trying
to build a set of forms to show a Project funding and
debits (or outgoing costs) for the Project. So i have a
table (tbl_projhead) with the general project information
including a field for the overall funding amount
(ProjFunding). Now i also have a table of the Project Line
Items (tbl_ProjDetail) that is the breakout of the project
costs (like labor, materials, insurance). And for each
Line-Item I have another table of debits (tbl_ProjDebits)
that subtract out the items. For Example: Project ABC is
funded for $1000 (ProjFunding) and it has a line-item of
materials that has debits of $120, $180 for an overall
calculated cost of $300 for materials for project ABC.
Now comes the fun part!! I need to be able to show the
calculated cost of materials on the Main Form that shows
the General Information for Project ABC. The cost is
figured from another table and i have heard that it is not
a good idea to save calculated feilds in the database.
What can I do?? I am at a Loss...
Any Help would be graetly appreciated!!!
And THANKS IN ADVANCE!!!!