Hi Folks,
Using the relationship manager I have created several join types that include all of the values from Query1, Field A, and ONLY those records from Query2, Field B, where the joined fields are equal.
When I run the query, everything works great, and the fields populate where there is a match.
However, when there is no match instead of inputting a "0" or something else, the cell in Field B just remains blank. Which creates problems when I'm trying to create the calculated field in a new textbox:
=IIf([SumofA]="","100%",1-([B]/[A]))
Because Field B is empty it doens't pick up and in my new calculated field there is just a blank space. Can someone help with this?