Hi,
I hope this is a really simply question.
I used if isnull in a query to replace empty field records with a 0.
But I xcannot seem to get it to work.
What I want to say is
if (isnull(calls),0,calls)
but it keeps erroring.
What am i doing wrong?
Many thanks in advance
Steven
I hope this is a really simply question.
I used if isnull in a query to replace empty field records with a 0.
But I xcannot seem to get it to work.
What I want to say is
if (isnull(calls),0,calls)
but it keeps erroring.
What am i doing wrong?
Many thanks in advance
Steven