A
Aamer
I want to use IFF statement in a querry but so far am unable to figure out
how to do it.
If someone could guide me I will be greatful.
following are the fields in a table / querry
Trans Id - Customer Name - Description - Qty - Price - Entry Type
The value for Entry Type has 3 options - Sales, Purchase, Returnable Item
If in an entry the value for Entry Type is Returnable Item, then other
entrys must show skipping the Returnable Entry
I tried using the following statement in a querry but it does not work
=IIf([Entry Type]="Returnable Item", "Returnable item", is null)
please Help me fix this problem
Regards
how to do it.
If someone could guide me I will be greatful.
following are the fields in a table / querry
Trans Id - Customer Name - Description - Qty - Price - Entry Type
The value for Entry Type has 3 options - Sales, Purchase, Returnable Item
If in an entry the value for Entry Type is Returnable Item, then other
entrys must show skipping the Returnable Entry
I tried using the following statement in a querry but it does not work
=IIf([Entry Type]="Returnable Item", "Returnable item", is null)
please Help me fix this problem
Regards