Totals devided into monthly amounts

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a number that gets entered into my database as a record that is the
total spent to date each month. I would like to be able to calculate from
that total and the subsequent total the amount spent for the month. Subtract
last months total from this months total. I can not for the life of me
figure out how to do this easily. And yes I know I could get a calculator
out and figure it out before I enter it, but is there some way in access to
calculate this number. Thank for your help in advance.
 
Each record contains the total amount. How do I get the past total in there
to calculate without typing it in?

Klatuu said:
Create a calculated field in your query:
MonthTotal: [ThisMonthTotal] - [LastMonthTotal]

MoonBlosm said:
I have a number that gets entered into my database as a record that is the
total spent to date each month. I would like to be able to calculate from
that total and the subsequent total the amount spent for the month. Subtract
last months total from this months total. I can not for the life of me
figure out how to do this easily. And yes I know I could get a calculator
out and figure it out before I enter it, but is there some way in access to
calculate this number. Thank for your help in advance.
 
Maybe I misunderstood. Are you sayin that record 1 has the total for
January, record 2 has the total for february, record 3 has the total for
March, etc. and you want to subract January total from February total,
February total from March total, etc?

MoonBlosm said:
Each record contains the total amount. How do I get the past total in there
to calculate without typing it in?

Klatuu said:
Create a calculated field in your query:
MonthTotal: [ThisMonthTotal] - [LastMonthTotal]

MoonBlosm said:
I have a number that gets entered into my database as a record that is the
total spent to date each month. I would like to be able to calculate from
that total and the subsequent total the amount spent for the month. Subtract
last months total from this months total. I can not for the life of me
figure out how to do this easily. And yes I know I could get a calculator
out and figure it out before I enter it, but is there some way in access to
calculate this number. Thank for your help in advance.
 
Yes. The totals come out of a system that gets entered but I would like to
show how much it changed from the previous month.

Klatuu said:
Maybe I misunderstood. Are you sayin that record 1 has the total for
January, record 2 has the total for february, record 3 has the total for
March, etc. and you want to subract January total from February total,
February total from March total, etc?

MoonBlosm said:
Each record contains the total amount. How do I get the past total in there
to calculate without typing it in?

Klatuu said:
Create a calculated field in your query:
MonthTotal: [ThisMonthTotal] - [LastMonthTotal]

:

I have a number that gets entered into my database as a record that is the
total spent to date each month. I would like to be able to calculate from
that total and the subsequent total the amount spent for the month. Subtract
last months total from this months total. I can not for the life of me
figure out how to do this easily. And yes I know I could get a calculator
out and figure it out before I enter it, but is there some way in access to
calculate this number. Thank for your help in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top