Hi there.
I have two tables in my database. the first one called "customers" where the customer's data goes. the second called "kiniseis" and there are connected together.
The table “kinisis” has two fields the first one called “phre” and the second called “edose”
When my customer buy something from my shop which cost for example 1000€, that goes in the field “phre”. When my customer brings money for me, for example 500€, that goes in the field “edose”.
I want to make a report where I can see which customers own money to me. which means that the report has to find for every movement for every customer,
phre-edose>0
How can I do that?
I have two tables in my database. the first one called "customers" where the customer's data goes. the second called "kiniseis" and there are connected together.
The table “kinisis” has two fields the first one called “phre” and the second called “edose”
When my customer buy something from my shop which cost for example 1000€, that goes in the field “phre”. When my customer brings money for me, for example 500€, that goes in the field “edose”.
I want to make a report where I can see which customers own money to me. which means that the report has to find for every movement for every customer,
phre-edose>0
How can I do that?