P
Pommy_g
Hi, i have a iif function and what value do i need to enter to make no data come up?
for instance
=iif(text1=2,2,[?no data?])
for instance
=iif(text1=2,2,[?no data?])
Ken Snell said:Try Null.
=IIf(text1=2,2,Null)
--
Ken Snell
<MS ACCESS MVP>
Pommy_g said:Hi, i have a iif function and what value do i need to enter to make no data come up?
for instance
=iif(text1=2,2,[?no data?])
Pommy_g said:yeh it was null thanks
also, how do you put the "more than" or "less than" functions into if
function, the expression builder is confusing me,
"Ken Snell" <[email protected]> wrote in messageTry Null.
=IIf(text1=2,2,Null)
--
Ken Snell
<MS ACCESS MVP>
Pommy_g said:Hi, i have a iif function and what value do i need to enter to make no data come up?
for instance
=iif(text1=2,2,[?no data?])