G
Guest
I have been messing with the IIf(isError Formula to try to eliminate errors
from my database.
FinalTest: IIf(IsError([Age]),"",[Age])
[Age] is returned from another cell, which calculates the person's age. It
works well, except when the patient's date of birth field is empty, when it
returns an error, (Unsurprisingly). I thought that the above code would
return [Age] unless the field contained #Error, where it would return a blank.
Have I got the syntax wrong, or have I completely misunderstood the use of
IsError?
Thanks for any advice, these discussion groups are by far and away the best,
most useful resource I have found on the web in a long time,
Thanks in advance for any help, and thanks for contributing- I have had a
lot of help here in the last couple of weeks.
Ian
from my database.
FinalTest: IIf(IsError([Age]),"",[Age])
[Age] is returned from another cell, which calculates the person's age. It
works well, except when the patient's date of birth field is empty, when it
returns an error, (Unsurprisingly). I thought that the above code would
return [Age] unless the field contained #Error, where it would return a blank.
Have I got the syntax wrong, or have I completely misunderstood the use of
IsError?
Thanks for any advice, these discussion groups are by far and away the best,
most useful resource I have found on the web in a long time,
Thanks in advance for any help, and thanks for contributing- I have had a
lot of help here in the last couple of weeks.
Ian