Z
zyus
I try to group these records in my eqpdesc field using if & like functions in
query
eqpdesc
toyota camry
unser toyota
crv honda
honda accord
proton
I used this function in my query
IIf([eqpdesc] Like "*toyota*" or "*honda*","Imported Car","Local Car")
but cannot get the expected result.
I expect to group all other car than proton as Imported Car
query
eqpdesc
toyota camry
unser toyota
crv honda
honda accord
proton
I used this function in my query
IIf([eqpdesc] Like "*toyota*" or "*honda*","Imported Car","Local Car")
but cannot get the expected result.
I expect to group all other car than proton as Imported Car