P Pommy_g Jul 27, 2003 #1 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?])
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?])
P Pommy_g Jul 28, 2003 #3 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 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?]) Click to expand... Click to expand...
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 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?]) Click to expand... Click to expand...
K Ken Snell Jul 28, 2003 #4 =IIf(text1>2,2,Null) =IIf(text1<2,2,Null) =IIf(text1>=2,2,Null) =IIf(text1<=2,2,Null) I don't use the Expression builder...I just type the symbols into the code. -- Ken Snell <MS ACCESS MVP> 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 message 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?]) Click to expand... Click to expand... Click to expand...
=IIf(text1>2,2,Null) =IIf(text1<2,2,Null) =IIf(text1>=2,2,Null) =IIf(text1<=2,2,Null) I don't use the Expression builder...I just type the symbols into the code. -- Ken Snell <MS ACCESS MVP> 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 message 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?]) Click to expand... Click to expand... Click to expand...