S
sajid munir
Dear sir
I want to see only those fields in report, which are not
empty.
When I use "is not null" in the query below all the
fields. It show me only those records in which no field
is empty and It leave all those records in which one or
more than one record is empty.
For example
i have a form as below for selling fruits
Orages 2 kilo
mango 5 kilo
banana (empty)
apple 6 kilo
pine apple (empty)
i want to see the report of only non empty fields without
space as below.
Orages 2 kilo
mango 5 kilo
apple 6 kilo
Please help me.
I want to see only those fields in report, which are not
empty.
When I use "is not null" in the query below all the
fields. It show me only those records in which no field
is empty and It leave all those records in which one or
more than one record is empty.
For example
i have a form as below for selling fruits
Orages 2 kilo
mango 5 kilo
banana (empty)
apple 6 kilo
pine apple (empty)
i want to see the report of only non empty fields without
space as below.
Orages 2 kilo
mango 5 kilo
apple 6 kilo
Please help me.