Hi,
I have a query which returns colums based on calculations. One of those calculations can sometimes result in a return value of #Error (whenI translate it I get Error Number 5).
My first question is why I get the error in the first place. The calcualtion works in Excel. Try:
Dim a as Double
a = (500/-292)^(1/5)
If you type this calculation into Excel it returns a value. Access returns an Error. I would love to know if there is something I can do in Access to get the correct result back.
If however I cannot do this, then I would like to trap the error and display/output a blank field rather than the error. I have tried using the IsError function but this does not see the error.
HELP!!!!!!
I have a query which returns colums based on calculations. One of those calculations can sometimes result in a return value of #Error (whenI translate it I get Error Number 5).
My first question is why I get the error in the first place. The calcualtion works in Excel. Try:
Dim a as Double
a = (500/-292)^(1/5)
If you type this calculation into Excel it returns a value. Access returns an Error. I would love to know if there is something I can do in Access to get the correct result back.
If however I cannot do this, then I would like to trap the error and display/output a blank field rather than the error. I have tried using the IsError function but this does not see the error.
HELP!!!!!!