techkenny1
Technical User
Hi all,
I need some input on this one please.
Ihave a table that holds account debits.
all the entries are associated with a field(AcctNo) for eg
Income = 4-1011, expenditure = 5-000. These are just examples.
I have this code in the query - Balance: CCur(qryRunSum("QDebits","debits",[debits],"tdeposit"))
If I want to view just say income then I have entered in the crieria line "4-1011.
This will show all the income. But the running total shows for all the entries in the table.
What I need is for the running total to only show by the acctno which is entered in the criteria in the query.
I could use an append query and update those items, but is this the way to do it.
Many thanks
I need some input on this one please.
Ihave a table that holds account debits.
all the entries are associated with a field(AcctNo) for eg
Income = 4-1011, expenditure = 5-000. These are just examples.
I have this code in the query - Balance: CCur(qryRunSum("QDebits","debits",[debits],"tdeposit"))
If I want to view just say income then I have entered in the crieria line "4-1011.
This will show all the income. But the running total shows for all the entries in the table.
What I need is for the running total to only show by the acctno which is entered in the criteria in the query.
I could use an append query and update those items, but is this the way to do it.
Many thanks