Hello world,
I'm trying to replace all the blank values within a table (the table is named "Methane_all2") for a field called "Var01". I'm using expression builder within a simple Select Query. The expression I have in there is:
=IIf ( IsNull ( [Methane_all2]!["Var01"] ) , -9999 ...