We use multivariate regression in econometrics to (hopefully) get around the problem of the omitted variable. Look at the most basic case of a simple linear regression:
$$Y_i = β_0 + β_1 x_i + u_i $$
Here an omitted variable would be included in the error term. It must be both: explaining the dependent variable and correlated with the explanatory variable $x_i$.
Now I am asking myself the simple question, why we would not measure in practice the correlation between the residual $û_i$ and the explanatory variable. I am now in some intermediate econometrics courses, but never heard of this idea before. Why would we not want to do that? Is it because there might be omitted variables that are negatively and positively correlated and offset each other?