balance query

G

Guest

I have a query that calculates the balnce from payments made.This works fine
and displays the correct figures.My problem is I that I need to display
onlythe records that have paid and the balance is zero
My balance query is
Balance:
([TotalCost]-[ChequeRec]-[CashRec]-[PrepaymentChq]-[PrePaymentCash]) this
enterd into field.
I have been working with the criteia to gain the results i require with no
results.
I am totaly new to access and is the 1st databse i have tried.
 
O

OfficeDev18 via AccessMonster.com

Simply put a 0 (zero) on the criteria line under Balance. To give you a full
explanation of why that works might not be productive, because you have to
learn more about queries and underlying SQL statements. Try this, it might
work, depending on other things in the query.
I have a query that calculates the balnce from payments made.This works fine
and displays the correct figures.My problem is I that I need to display
onlythe records that have paid and the balance is zero
My balance query is
Balance:
([TotalCost]-[ChequeRec]-[CashRec]-[PrepaymentChq]-[PrePaymentCash]) this
enterd into field.
I have been working with the criteia to gain the results i require with no
results.
I am totaly new to access and is the 1st databse i have tried.
 

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

Similar Threads


Top