perrydaniel
Technical User
Hi I have a database put together which has two tables, one is for product and the other is for transactions.
The product table is related to the transaction table by account number.
Table 1 will provide an item which we will say is €50.00
Table 2 will show payments i.e 2 transactions for €20.00 and €20.00.
How would I write a query which shows the remaining amount to be paid. i.e €10.00.
Sorry but fairly new to calculations
Any help would be great
The product table is related to the transaction table by account number.
Table 1 will provide an item which we will say is €50.00
Table 2 will show payments i.e 2 transactions for €20.00 and €20.00.
How would I write a query which shows the remaining amount to be paid. i.e €10.00.
Sorry but fairly new to calculations
Any help would be great