Hi!
This is my view:
Can I have a zero (0) as result if lnCont_ID does not has a corresponding record in table tFinancieel?
TIA
-Bart
This is my view:
Code:
SELECT Tfinancieel.nantwform;
FROM ;
db_kerkhof!tfinancieel;
WHERE ( ?lnCont_ID ) = Tfinancieel.ncont_id;
ORDER BY Tfinancieel.nantwform
TIA
-Bart