G
Gary F Shelton
NOTE: I have a field called SHLF_Life and in it there are some null fields. I
want to replace the null fields with 365. I have wrote a statement and it
works but everytime I run the query I get a prompt on my screen asking me to
input the paramter value for SHLF_LF. I do not type anything in but only
click ok. What have I done wrong?
SHLF_LF_Days: IIf([SHLF_LF] Is Null,365,[SHLF_LF])
want to replace the null fields with 365. I have wrote a statement and it
works but everytime I run the query I get a prompt on my screen asking me to
input the paramter value for SHLF_LF. I do not type anything in but only
click ok. What have I done wrong?
SHLF_LF_Days: IIf([SHLF_LF] Is Null,365,[SHLF_LF])