G
Guest
I have a Database query that whenever the results of the query are Null it doesn't display the results at all. I have tried using the "IIF(IsNull..." statement and get a compile error whenever I kick off the query with this statement in it. Where and how can I convert my "Null Data" fields to "0" so that they will display. I would accept displaying a blank but whenever the query encounters a null, it will not display any of my data from the other fields.