Updating a table based on two tables

  • Thread starter Thread starter isons via AccessMonster.com
  • Start date Start date
I

isons via AccessMonster.com

Hi everyone,

I have two tables i.e Bills, Payments. I issue bills to clients based on
table bills. When I receive payments from clients, I enter data using
Payments table. What I want is to create a third table say ledger based on
two table. I want this table updated whenever I issue bill. And enter details
for payments as well so that I will be able to get balance amount due to the
client. I will be obliged if anybody plz help and give any idea.
 
Hi everyone,

I have two tables i.e Bills, Payments. I issue bills to clients based on
table bills. When I receive payments from clients, I enter data using
Payments table. What I want is to create a third table say ledger based on
two table. I want this table updated whenever I issue bill. And enter details
for payments as well so that I will be able to get balance amount due to the
client. I will be obliged if anybody plz help and give any idea.

If the value in Ledger is calculated from the values in tables for bills and
payments... then the table Ledger *should almost surely not exist*.

Instead, create a Totals query, summing the bills and subtractint the sum of
the payments, to dynamically calculate the current balance due.

John W. Vinson [MVP]
 

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