B
bknight
I have browsed many form questions today and combined with my previous
experiences, I have a question for MVP's (or anyone for that matter). Many
of you have commented to users that calculated values need/should not be
stored data. While I don't disagree with that philosophy, I have some
comments about those thoughts and then a question. Many times storing a
calculated is much easier than displaying calculated data, and output to
other programs like excel are done easily when stored. I know all of you
experts can say that these tasks are easily accomplished without storage, but
to novices that is not the case.
Anyway I have an indexed table that contains 5 data fields (one of which is
date). In the same table I have 7 more fields all calculated (everyday by
code via an command button). Of the 7 fields 2 are same date calculations
and the others are calculated from the previous day, some same field others
different fields.
The same date calculations are simple for me but I always had trouble with
the previous day's data calculations, so how does one write code to access
previous data and perform calculations on a mixture of previous and current
data for dispaly in forms (orqueries for output to excel)? I'm using A97
since I have more experience with it. Although I do have A2000.
experiences, I have a question for MVP's (or anyone for that matter). Many
of you have commented to users that calculated values need/should not be
stored data. While I don't disagree with that philosophy, I have some
comments about those thoughts and then a question. Many times storing a
calculated is much easier than displaying calculated data, and output to
other programs like excel are done easily when stored. I know all of you
experts can say that these tasks are easily accomplished without storage, but
to novices that is not the case.
Anyway I have an indexed table that contains 5 data fields (one of which is
date). In the same table I have 7 more fields all calculated (everyday by
code via an command button). Of the 7 fields 2 are same date calculations
and the others are calculated from the previous day, some same field others
different fields.
The same date calculations are simple for me but I always had trouble with
the previous day's data calculations, so how does one write code to access
previous data and perform calculations on a mixture of previous and current
data for dispaly in forms (orqueries for output to excel)? I'm using A97
since I have more experience with it. Although I do have A2000.