Search results

  1. C

    Summing multiple columns in the same query...

    If you are having summing multiple columns, or just using math functions, check the columns for NULL or missing values. In those cases, just write iif statements, or nesting iif statements to account for those. I would account for the NULLs prior to the summary query, whenever possible.
  2. C

    Invalid database object reference

    I am late to this answer, but in my case the error was caused by object naming-having the same name for a form and table. So, if anyone else has this issue, review all the object names. Cheers
Back
Top Bottom