Friends,
VB6 with ms-access 2003
Below query is giving the wrong output.
select brno,stdname,amtobepaid,sum(paidamt) as totpaid from feesentry where (isnull(delstat) or delstat='') group by brno,stdname,amtobepaid
its grouping the record of delstat which is having null or ''.
how can i solve this issue?
thanks
VB6 with ms-access 2003
Below query is giving the wrong output.
Quote:
select brno,stdname,amtobepaid,sum(paidamt) as totpaid from feesentry where (isnull(delstat) or delstat='') group by brno,stdname,amtobepaid
how can i solve this issue?
thanks