Eliminate #Error from query results

C

ChuckW

Hi,

I have some calculated fields. A handful of the my values have an error in
them #Error. I want to actually exclude these results from showing. How do
I design a query that will kick these values out of my results?

Thanks,
 
J

Jerry Whittle

What's causing the #Error? Divide by zero? Adding null values? You need to
track down the culprit then fix it. Sometimes using something like the NZ
function on Null values works. Other times excluding the problem data in the
Where clause / criteria will fix it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top