K
kon
I have a query where I want to put the criteria
iif([forms]![master]![cmbfield]=0;null;[forms]![master]![cmbfield]) and
filter the field cmbkeymaster (Numeric)
cmbfield is numeric not string. I noticed that null takes it as string I
tried is null but nothing happened. I tried to replace null with
[Forms]![master]![cmbfield] is null where works when null value is in
cmbfield and criteria is [forms]![master]![cmbfield]. help me
Thank you in advace.
Kon
iif([forms]![master]![cmbfield]=0;null;[forms]![master]![cmbfield]) and
filter the field cmbkeymaster (Numeric)
cmbfield is numeric not string. I noticed that null takes it as string I
tried is null but nothing happened. I tried to replace null with
[Forms]![master]![cmbfield] is null where works when null value is in
cmbfield and criteria is [forms]![master]![cmbfield]. help me
Thank you in advace.
Kon