I have 2 tables (1 to many) and i made a querry that doesnt work as it should be. Not shure of all restrictions of the Access SQL.
select client, valoare, sum(suma) as platit , (valoare - platit) as rest ... and the rest
The problem i have it's that it doesnt recognize platit from the (valoare - platit) as rest, as well from the where clause...
It's this a Access restriction?
________
George, M
select client, valoare, sum(suma) as platit , (valoare - platit) as rest ... and the rest
The problem i have it's that it doesnt recognize platit from the (valoare - platit) as rest, as well from the where clause...
It's this a Access restriction?
________
George, M