Yes the Primary_Heating_Fuel type is text.
I hope this is what you are asking for:
SELECT Client.*, [~tempJobCompleted].*, County.County, Client![Last Name] & ", " & Client![First Name] AS EName, Not Client!Owner AS Renter, IIf([~tempJobCompleted]![Add On],0,1) AS [Jobs Completed]...
Sorry, this is my first time.
Honestly I'm not sure why this temp file is here other than it appears to give other criteria that has to be met before the counts on everything is done.
I didn't write this DB only trying to modify it.
This is one that works:
OwnerSF Count: IIf(Client!Owner=True...
I have a Client table with a field called Primary_Heating_Fuel. There are 7 different values that could be in this field. I need to count how many of each value there are and this is the first value I'm trying to count. I keep getting an error. The record needs to meet both values to get...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.