Hi Team,
I want to get the count of null values of a table to be shown in a text filed of an unbound form. So I am using the below given code in the control source of the field however I am getting an error could you help me out?
I want to get the count of null values of a table to be shown in a text filed of an unbound form. So I am using the below given code in the control source of the field however I am getting an error could you help me out?
Code:
=count(iif(isnull(“[tablename]”!”[fieldname]”),true,1,0))