S
Shane
In writing scripts and such to find "NA", I've been told to use the number
4294967295. For example: iif([date1]=4294967295,[date2],[date1]). This says
that if the contents of date1 is equal to NA, then place the contents of
date2 into date1. Otherwise, leave the contents of date1 as is. Does this
work or is there another way?
Shane
4294967295. For example: iif([date1]=4294967295,[date2],[date1]). This says
that if the contents of date1 is equal to NA, then place the contents of
date2 into date1. Otherwise, leave the contents of date1 as is. Does this
work or is there another way?
Shane