Hi Gina,
Sorry. I'm new to this also. I have a table with the fields of Account,
Service Line, Special Project, Type, Amount in it. I have a budget
amount
for
each Service Line and I need to set up a report that tells me how much
was
spent in each Service Line and how much of the budget is remaining. I
hope
this gives you more information and helps.
Thanks,
Rose
:
Rose,
You could use this:
RunSum: DSum("pcDeposit","tblPettyCash","pcID <= " &
[pcID])-DSum("pcPayment","tblPettyCash","pcID <= " & [pcID])
But this only works if you have a Primary Key set to Autonumber. I
would
'customize' it for you but you didn't provide any field names. If you
don't
use an Autonumber as a Primary Key you need to post back with what you
do
use or if you want to go by date.
--
Gina Whipp
"I feel I have been denied critical, need to know, information!" -
Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
I am new to Access and I am trying to set up a budget report that
shows
the
budget amount, what has been spent and what is left. I have queries
set
up
for different accounts and I need to show each account and what is
left.