I've looked at multiple threads concerning working with null values and how to get a hard number in place of the #error message. I have tried multiple ways and none seem to work. Am I overlooking something.
In my query the Column ABC comes up with a number from a calc in another query or '#error ' because there is no data for that record. I need to capture the #error and replace it with the value from another table.
This is what I have
ABC: nz([ticsqmonthlies].[ABCAvg],[ticsqinfo].[ABC])
Where there is info for the record from ticsqmonthlies, I get the correct value of ABC. Where there is no data, I still get #error.
Thanks for your help.
In my query the Column ABC comes up with a number from a calc in another query or '#error ' because there is no data for that record. I need to capture the #error and replace it with the value from another table.
This is what I have
ABC: nz([ticsqmonthlies].[ABCAvg],[ticsqinfo].[ABC])
Where there is info for the record from ticsqmonthlies, I get the correct value of ABC. Where there is no data, I still get #error.
Thanks for your help.