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  

Modify table to include calculated values



 
 
Thread Tools Display Modes
  #1  
Old October 4th, 2004, 02:17 PM
Kevin
external usenet poster
 
Posts: n/a
Default Modify table to include calculated values

I maintain a database to track tax abated properties. In
it there is a table (913EX) that tracks the year, gross
value, exempt value, tax district, taxes abated, and
contract compliance. Because of a change in Ohio law, I
now need to track the four components of the gross and
exempt values - furniture & fixtures, machinery &
equipment, manufacturing inventory, and merchandising
inventory. Because of the effective date of the law, I
won't need to track the values prior to July 1, 2004, only
after. The 913EX table is also a subform, in table format,
of a form that summarizes each agreement. (This agreements
form is in turn a subform of the main form that tracks the
companies.)
I noticed in the Northwind sample database there are
several calculated fields in the tables from subtables,
but I don't know how to go about creating them.
Thank you.
  #2  
Old October 5th, 2004, 02:02 PM
Jeff Boyce
external usenet poster
 
Posts: n/a
Default

Kevin

Tables hold data, forms display it. In Access, tables are not forms or
subforms.

As a general rule, storing calculated values in a table is not necessary,
nor even a good idea. In some cases, there is an underlying business need
to do so, but if you already have the "pieces" you'd use to calculate the
value, you can do that in a query, rather than doing it and storing it.

Besides, once you've stored a calculated value, any change to any of the
components requires you to recalculate and re-store it!

--
Good luck

Jeff Boyce
Access MVP

  #3  
Old October 6th, 2004, 06:47 PM
Kevin
external usenet poster
 
Posts: n/a
Default

Okay, let's try this. The subform displays is spreadsheet
view, with the first column being year. Would a pop-up
modal form work, with the four components entered and then
the sum of the four being saved in the subform. Clear as
mud? If that would work, how would I keep loosing the
values already in the underlying table?
-----Original Message-----
I maintain a database to track tax abated properties. In
it there is a table (913EX) that tracks the year, gross
value, exempt value, tax district, taxes abated, and
contract compliance. Because of a change in Ohio law, I
now need to track the four components of the gross and
exempt values - furniture & fixtures, machinery &
equipment, manufacturing inventory, and merchandising
inventory. Because of the effective date of the law, I
won't need to track the values prior to July 1, 2004,

only
after. The 913EX table is also a subform, in table

format,
of a form that summarizes each agreement. (This

agreements
form is in turn a subform of the main form that tracks

the
companies.)
I noticed in the Northwind sample database there are
several calculated fields in the tables from subtables,
but I don't know how to go about creating them.
Thank you.
.

  #4  
Old October 7th, 2004, 01:22 PM
Jeff Boyce
external usenet poster
 
Posts: n/a
Default

Kevin

Yes, muddy.

I'm still not getting a clear picture of how your data is structured. It
may be that your data structure is constraining what you can do in your
forms.

Forget the forms for a moment, and tell us a bit more about the data
structure. What tables are you using and what data is in those?

--
More info, please ...

Jeff Boyce
Access MVP

  #5  
Old October 7th, 2004, 01:22 PM
Jeff Boyce
external usenet poster
 
Posts: n/a
Default

Kevin

Yes, muddy.

I'm still not getting a clear picture of how your data is structured. It
may be that your data structure is constraining what you can do in your
forms.

Forget the forms for a moment, and tell us a bit more about the data
structure. What tables are you using and what data is in those?

--
More info, please ...

Jeff Boyce
Access MVP

  #6  
Old October 7th, 2004, 01:22 PM
Jeff Boyce
external usenet poster
 
Posts: n/a
Default

Kevin

Yes, muddy.

I'm still not getting a clear picture of how your data is structured. It
may be that your data structure is constraining what you can do in your
forms.

Forget the forms for a moment, and tell us a bit more about the data
structure. What tables are you using and what data is in those?

--
More info, please ...

Jeff Boyce
Access MVP

 




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
COMPARE THE TWO TABLES Stefanie General Discussion 0 June 4th, 2004 04:36 PM
HELP: Update 1 table with calculated fields from another table Samora Running & Setting Up Queries 0 May 23rd, 2004 05:16 PM
list of values include old non valid data zeyad alhekail Worksheet Functions 1 October 16th, 2003 12:17 AM
Defining different Calculated Totals in a Pivot Table Ted Claypool Worksheet Functions 0 September 29th, 2003 06:01 PM


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