Rob, on your table you should have at least two fields defined..."Date1" and
"Weight1". Then add two more field..."Date2" and "Weight2". Now make a form
based on that table and enter infor for the first record, like 12/25/05 and
175, then go to the next record and type in 6/1/05 and 185. Now you have two
records with which to use for comparing your weight change. In design view,
you can add the calculated field on the form itself defined as
"=[Weight2]-[Weight1] for a change. Each week you can enter 2 more weights
and see the growing difference. This is not the most elegant design but it
does address your question.
Destin Richter
(e-mail address removed)
ROBFWA said:
I have entered my weight twice a week into a table. I want to be able to take
the 1st weight and subtract the last weight from it to get my weight
loss/gain. Can someone help me?