Not really sure what you mean by continuous. Am pretty new to access and
trying to get my head around it. what i've done is created a table and then
a form from that table. In the form, I've needed to calculate the number of
days between 2 dates. This is the equation I've used: =Sum([Letter
Date]-[Audit Date])
These dates could be different in each record, and I need the sum of the
days on each record. What it's doing is adding all of the number of days
together and putting that total on each record. So, right now, each one of
my records says over 800 days. Is there a way to calculate this for just
each record?
Klatuu said:
Describe the form, datasheet, continuous, ?
:
I have calculated a value in a form. However, this value is the same for all
26 reports. It should not be. How do I set up the equation to calculate
each report in the form?